Share via


BudgetControlSQLObjects.getCleanUpDraftProcSql2 Method [AX 2012]

Gets the third part of the code for the BudgetControlCleanUpDraftProc procedure.

Syntax

private str getCleanUpDraftProcSql2()

Run On

Called

Return Value

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

Remarks

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

See Also

Reference

BudgetControlSQLObjects Class