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.
Indicates whether the specified record exists in the forecast allocation line table.
Syntax
server public static boolean exist(ForecastItemAllocationId _allocationId, [LineNum _lineNum])
Run On
Server
Parameters
- _allocationId
Type: ForecastItemAllocationId Extended Data Type
The forecast item allocation key ID of the forecast allocation line record.
- _lineNum
Type: LineNum Extended Data Type
The line number of the forecast allocation line record.
Return Value
Type: boolean
true if the line number exists; otherwise, false.