CustCollectionAgencyGracePeriodSetup_W::findGraceDaysAfterTransDate Method
Find the quantity of grace days related to the Customer and Date, following the order Table, Group, All.
Syntax
server public static PositiveDays findGraceDaysAfterTransDate(CustAccount _custAccount, TransDate _transDate)
Run On
Server
Parameters
- _custAccount
Type: CustAccount Extended Data Type
Customer for which the quantity of grace days is being found.
- _transDate
Type: TransDate Extended Data Type
The date on which the quantity of grace days is being found.
Return Value
Type: PositiveDays Extended Data Type
The quantity of grace days after transaction date found for the passed customer and date.