RetailInternalOrgProduct::findOrCreateByInternalOrgProduct Method
Creates table record in RetailInternalOrgProduct if not exist.
Syntax
client server public static RetailInternalOrgProduct findOrCreateByInternalOrgProduct(RetailInternalOrgRefRecId _internalOrgRecId, EcoResProductRecId _productRecId)
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.
Return Value
Type: RetailInternalOrgProduct Table
A RetailInternalOrgProduct table record.