Share via


BudgetControlSQLObjects.getCheckBudgetProcSql2 Method [AX 2012]

Gets the second part of the code for the BudgetControlCheckBudgetProc procedure.

Syntax

private str getCheckBudgetProcSql2()

Run On

Called

Return Value

Type: str
A string that contains the second part of the stored procedure.

Remarks

There is a method size limitation of 64k. This stored procedure must be broken into five installments to be contained in X++.

See Also

Reference

BudgetControlSQLObjects Class