ProjYearEndProcess::existUncommittedRevisions Method [AX 2012]

Indicates whether the record of the uncommitted revision budget exists for the specified fiscal year.

client server public static boolean existUncommittedRevisions(RefRecId _projBudgetLineRecId, FiscalCalendarYearRecId _fiscalYearRecId)

Run On

Called

Parameters

_projBudgetLineRecId
Type: RefRecId Extended Data Type
The record ID of the ProjBudgetLine table to check for see comment.
_fiscalYearRecId
Type: FiscalCalendarYearRecId Extended Data Type
The record ID of the FiscalCalendarYear table for the revision budget in the specified year.

Return Value

Type: boolean
true if the specified record exists; otherwise, false.
Show: