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
- _internalOrgRecId
Type: RetailInternalOrgRefRecId Extended Data Type
The record ID of internal organization.
- _productRecId
Type: EcoResProductRecId Extended Data Type
The record ID of product.
- _forUpdate
Type: boolean
A boolean value.
Return Value
Type: RetailInternalOrgProduct Table
A record in the RetailInternalOrgProduct table; otherwise, an empty record.