Share via


BudgetControlSQLObjects.getCheckBudgetProcSql1 Method [AX 2012]

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

Syntax

private str getCheckBudgetProcSql1()

Run On

Called

Return Value

Type: str
A string that contains the first 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