Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the start and end date to be used as a range for budget purpose type filter.
Syntax
client server public static container getBudgetPurposeTypeRange(
ValidFromDate _positionForecastStartDate,
ValidToDate _positionForecastEndDate,
ValidFromDate _budgetCycleStartDate,
ValidToDate _budgetCycleEndDate)
Run On
Called
Parameters
- _positionForecastStartDate
Type: ValidFromDate Extended Data Type
The Activation date of position forecast.
- _positionForecastEndDate
Type: ValidToDate Extended Data Type
The Retirement date of position forecast.
- _budgetCycleStartDate
Type: ValidFromDate Extended Data Type
The budget process cycle start date.
- _budgetCycleEndDate
Type: ValidToDate Extended Data Type
The budget process cycle end date.
Return Value
Type: container
Returns the container containing the range start and end date.