ProjFundingSource::numberOfFundingSourcesByFundingType Method
Gets the number of funding sources that are assigned to a contract with the specified funding type.
Syntax
client server public static int64 numberOfFundingSourcesByFundingType(ProjInvoiceProjId _contractId, [ProjFundingType _fundingType])
Run On
Called
Parameters
- _contractId
Type: ProjInvoiceProjId Extended Data Type
The ID of the contract being processed.
- _fundingType
Type: ProjFundingType Enumeration
The type of funding for which to check.
Return Value
Type: int64
The number of funding sources that are assigned to a contract.