EcoResReleaseProductLegalEntity::existProductVariantLEForMasterInSession Method
Determines whether a legal entity for a distinct product variant for a product master exists in a release session.
Syntax
server public static boolean existProductVariantLEForMasterInSession(
EcoResReleaseSessionRecId _releaseSessionRecId,
EcoResProductMasterRecId _productMasterRecId,
RefRecId _legalEntityRecId)
Run On
Server
Parameters
- _releaseSessionRecId
Type: EcoResReleaseSessionRecId Extended Data Type
A release session ID.
- _productMasterRecId
Type: EcoResProductMasterRecId Extended Data Type
A product master ID.
- _legalEntityRecId
Type: RefRecId Extended Data Type
A legal entity ID.
Return Value
Type: boolean
true if a distinct product variant for a product master exists in a release session; otherwise, false.