Share via


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

  • _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.

See Also

Reference

ProjInvoiceTable Table