RetailCatalogInternalOrg::findByCatalogAndInternalOrg Method

Finds a record in the RetailCatalogInternalOrg table by using the Internal org record ID and attribute group record id.

Syntax

client server public static RetailCatalogInternalOrg findByCatalogAndInternalOrg(
    CatalogRefRecId _catalogRefRecId, 
    RetailInternalOrgRefRecId _internalOrgRecId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A boolean value.

Return Value

Type: RetailCatalogInternalOrg Table
A record in the RetailCatalogInternalOrg table; otherwise, an empty record.

See Also

Reference

RetailCatalogInternalOrg Table