ProjInvoiceTable::forecastInvoiceDate Method
Forecasts the next invoice date for a given date and project.
Syntax
client server public static TransDate forecastInvoiceDate(
TransDate _transDate,
ProjId _projId,
[boolean _calledFromAOS])
Run On
Called
Parameters
- _transDate
Type: TransDate Extended Data Type
The date from which to start the forecast.
- _projId
Type: ProjId Extended Data Type
The project ID of the project to invoice.
- _calledFromAOS
Type: boolean
If TRUE, get the dateEndOfWeek in AOS.
If FALSE, get the the dateEndOfWeek using client locale
Return Value
Type: TransDate Extended Data Type
The next forecasted invoice date.