EcoResReleaseSessionProduct::existByReleaseSessionProduct Method
Determines whether the specified record exists in the EcoResReleaseSessionProduct table.
Syntax
client server public static boolean existByReleaseSessionProduct(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 the specified record exists in the EcoResReleaseSessionProduct table; otherwise, false.