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