EcoResReleaseSessionProduct::isProductInReleaseSession Method
Determines whether a product is in a release session.
Syntax
client server public static boolean isProductInReleaseSession(EcoResReleaseSessionRecId _releaseSessionRecId, EcoResProductRecId _productRecId)
Run On
ClientOrServer
Parameters
- _releaseSessionRecId
Type: EcoResReleaseSessionRecId Extended Data Type
A release session ID.
- _productRecId
Type: EcoResProductRecId Extended Data Type
A product ID.
Return Value
Type: boolean
true if a product is in a release session; otherwise, false.