ProjGroup::cost2LedgerStatus Method
Returns a ProjLedgerStatus enumeration values that are based on a post costs minus expense enumeration value.
Syntax
client server private static ProjLedgerStatus cost2LedgerStatus(ProjLedgerStatusCost _projLedgerStatusCost)
Run On
Called
Parameters
- _projLedgerStatusCost
Type: ProjLedgerStatusCost Enumeration
The value of post costs minus expense.
Return Value
Type: ProjLedgerStatus Enumeration
The ledger status value that corresponds to the post costs minus expense value.
Remarks
If no valid mapping between the values exists, an error is thrown.