Compartilhar via


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

  • _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.

See Also

Reference

RetailCatalogProdInternalOrgInstanceVal Table