Share via


RetailInternalOrgProduct::findByInternalOrgProduct Method

Finds a record in the RetailInternalOrgProduct table by using the record ID.

Syntax

client server public static RetailInternalOrgProduct findByInternalOrgProduct(
    RetailInternalOrgRefRecId _internalOrgRecId, 
    EcoResProductRecId _productRecId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A boolean value.

Return Value

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

See Also

Reference

RetailInternalOrgProduct Table