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
- _catalogProductRecId
Type: RefRecId Extended Data Type
The CatalogProduct record ID to use for the search.
- _retailInternalOrganization
Type: RetailInternalOrgRefRecId Extended Data Type
The RetailInternalOrganization record ID to use for the search.
- _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.