Share via


BudgetControlSQLObjects.getCleanUpDraftProcSql1 Method [AX 2012]

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

Syntax

private str getCleanUpDraftProcSql1()

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 three installments to be contained in X++.

See Also

Reference

BudgetControlSQLObjects Class