ProjFundingSource::hasCustomerDefaultFundingSource Method
Determines whether the funding source exists for the given contract and customer.
Syntax
client server public static boolean hasCustomerDefaultFundingSource(ProjInvoiceProjId _contractId, CustAccount _custAccount)
Run On
Called
Parameters
- _contractId
Type: ProjInvoiceProjId Extended Data Type
The contract ID of ProjFundingSource record.
- _custAccount
Type: CustAccount Extended Data Type
The customer ID of ProjFundingSource record.
Return Value
Type: boolean
true if funding source exist for the given contract and customer; otherwise, false.