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 EMSProcessRelation table.
Syntax
client server public static EMSProcessRelation find(
EMSRelationTypes _relatedEntityType,
RefTableId _refTableId,
RefRecId _refRecId)
Run On
Called
Parameters
- _relatedEntityType
Type: EMSRelationTypes Enumeration
The EMSRelationType value of the EMSProcessRelation record to find.
- _refTableId
Type: RefTableId Extended Data Type
The RefTableId value of the EMSProcessRelation record to find.
- _refRecId
Type: RefRecId Extended Data Type
The RefRecId value of the EMSProcessRelation record to find.
Return Value
Type: EMSProcessRelation Table
A record in the EMSProcessRelation table; otherwise, an empty record.