Share via


BudgetCycle::findBudgetCycleByDate Method

Finds the budget cycle for the specified budget cycle timespan for the specified date.

Syntax

client server public static BudgetCycle findBudgetCycleByDate(RecId _budgetCycleTimeSpanRecId, date _date)

Run On

Called

Parameters

  • _budgetCycleTimeSpanRecId
    Type: RecId Extended Data Type
    The record ID of the budget cycle timespan for which to find the budget cycle.
  • _date
    Type: date
    The date for which to find the budget cycle.

Return Value

Type: BudgetCycle Table
A record in the BudgetCycle table; otherwise, an empty record.

See Also

Reference

BudgetCycle Table