EMSProcess::getEquityShare Method
Gets a record in the EMSProcessEquityShare table for the specified values of the EMSProcessId, ValidFrom, and ValidTo fields.
Syntax
client server public static EMSProcessEquityShare getEquityShare(
EMSProcessId _processId,
[date _date,
boolean _forupdate])
Run On
Called
Parameters
- _processId
Type: EMSProcessId Extended Data Type
An EMSProcessId field value of the record to find.
- _date
Type: date
A date field value of the record to find.
- _forupdate
Type: boolean
A Boolean value that specifies whether to read the record for update.
Return Value
Type: EMSProcessEquityShare Table
A record from the EMSProcessEquityShare table.