Compartilhar via


RetailCatalogProdInternalOrgInstanceVal::findByCatalogProductInternalOrg Method

Retrieves the RetailCatalogProdInternalOrgInstanceVal table record with the supplied CatalogProduct record ID and RetailInternalOrganization record ID.

Syntax

client server public static RetailCatalogProdInternalOrgInstanceVal findByCatalogProductInternalOrg(
    RefRecId _catalogProductRecId, 
    RetailInternalOrgRefRecId _retailInternalOrganization, 
   [boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether the record must be selected for update; optional.

Return Value

Type: RetailCatalogProdInternalOrgInstanceVal Table
A RetailCatalogProdInternalOrgInstanceVal table record, or an empty buffer.

See Also

Reference

RetailCatalogProdInternalOrgInstanceVal Table