RetailCatalogProdInternalOrgInstanceVal::findOrCreateByCatalogProductInternalOrg Method
Creates a table record in RetailCatalogProdInternalOrgInstanceVal, if not exists
Syntax
client server public static RetailCatalogProdInternalOrgInstanceVal findOrCreateByCatalogProductInternalOrg(
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.
Remarks
If exists returns the current or create otherwise.