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.
Retrieves the number of ProcessReference records for the specified values of the source EMSProcessId, EMSSubstanceId, and the destination EMSProcessId fields.
Syntax
client server public static int64 likeCount(
[EMSProcessId sourceProcessId,
EMSSubstanceId substanceId,
EMSProcessId destinationProcessId])
Run On
Called
Parameters
- sourceProcessId
Type: EMSProcessId Extended Data Type
A source EMSProcessId field value of the record to include in the count.
- substanceId
Type: EMSSubstanceId Extended Data Type
An EMSSubstanceId field value of the record to include in the count.
- destinationProcessId
Type: EMSProcessId Extended Data Type
A destination EMSProcessId field value of the record to include in the count.
Return Value
Type: int64
The number of ProcessReference records for the specified values of the source EMSProcessId, EMSSubstanceId, and the destination EMSProcessId fields.