Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the EcoResReleaseProductLegalEntity table.
Syntax
client server public static EcoResReleaseProductLegalEntity findByReleaseSessionProductLegalEntity(
RefRecId _releaseSessionProductRecId,
RefRecId _legalEntityRecId,
[boolean _forUpdate])
Run On
ClientOrServer
Parameters
- _releaseSessionProductRecId
Type: RefRecId Extended Data Type
A release session ID.
- _legalEntityRecId
Type: RefRecId Extended Data Type
A product ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: EcoResReleaseProductLegalEntity Table
A record in the EcoResReleaseProductLegalEntity table; otherwise, an empty record.