BudgetControlSQLObjects Class [AX 2012]

The BudgetControlSQLObjects class manages the configuration of the budget control Microsoft SQL Server objects.

Syntax

class BudgetControlSQLObjects

Run On

Called

Methods

  Method Description
Gg776692.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg776692.privmethod(en-us,AX.60).gif createAdjustAmountSignFunction Creates the BudgetControlAdjustAmountSignFunction function.
Gg776692.privmethod(en-us,AX.60).gif createAlterIdentityColumnsProc Creates the BudgetControlAlterIdentityColumnsProc stored procedure.
Gg776692.privmethod(en-us,AX.60).gif createCalculateAvailableFundsProc Creates the BudgetControlCalculateAvailableFundsProc stored procedure.
Gg776692.privmethod(en-us,AX.60).gif createCheckBudgetProc Creates the BudgetControlCheckBudgetProc stored procedure.
Gg776692.privmethod(en-us,AX.60).gif createCleanUpDraftProc Creates the BudgetControlCleanUpDraftProc stored procedure.
Gg776692.privmethod(en-us,AX.60).gif createConfigDraftCategoryView Creates the BudgetControlConfigDraftCategoryView view.
Gg776692.privmethod(en-us,AX.60).gif createCopyErrorWarnResultsProc Creates the BudgetControlCopyErrorWarningResultsProc stored procedure.
Gg776692.privmethod(en-us,AX.60).gif createCycleView Creates the BudgetControlCycleView view.
Gg776692.privmethod(en-us,AX.60).gif createErrorWarningPrecedenceView Creates the BudgetControlErrorWarningPrecedenceView view.
Gg776692.privmethod(en-us,AX.60).gif createForceApplockReleaseProc Creates the BudgetControlForceApplockReleaseProc stored procedure.
Gg776692.protmethod(en-us,AX.60).gif createFunctions Creates the budget control SQL functions.
Gg776692.privmethod(en-us,AX.60).gif createGetSummaryDatesProc Creates the BudgetControlGetSummaryDatesProc stored procedure.
Gg776692.privmethod(en-us,AX.60).gif createGroupUserOverbudgetOptView Creates the BudgetControlGroupUserOverbudgetOptView view.
Gg776692.privmethod(en-us,AX.60).gif createProcessProc Creates the BudgetControlProcessProc stored procedure.
Gg776692.privmethod(en-us,AX.60).gif createRuleUserOverbudgetOptView Creates the BudgetControlRuleUserOverbudgetOptView view.
Gg776692.privmethod(en-us,AX.60).gif createSaveErrorWarnResultsProc Creates the BudgetControlSaveErrorWarningResultsProc stored procedure.
Gg776692.privmethod(en-us,AX.60).gif createSqlObjects
Gg776692.privmethod(en-us,AX.60).gif createStoredProcedures Creates the budget control SQL stored procedures.
Gg776692.privmethod(en-us,AX.60).gif createSysRaiseErrorProc Creates the SysRaiseErrorProc stored procedure.
Gg776692.protmethod(en-us,AX.60).gif createViews Creates the budget control SQL views.
Gg776692.privmethod(en-us,AX.60).gif dropFunction Drops the SQL function that has the specified name.
Gg776692.privmethod(en-us,AX.60).gif dropProcedure Drops the SQL stored procedure that has the specified name.
Gg776692.privmethod(en-us,AX.60).gif dropView Drops the SQL view that has the specified name.
Gg776692.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg776692.privmethod(en-us,AX.60).gif executeSqlStatement Executes the specified SQL statement text.
Gg776692.privmethod(en-us,AX.60).gif executeSqlStatementQuery Executes the specified SQL statement text.
Gg776692.privmethod(en-us,AX.60).gif existProcedure Indicates whether the SQL stored procedure that has the specified name exists.
Gg776692.privmethod(en-us,AX.60).gif getAdjustAmountSignFunctionSql
Gg776692.privmethod(en-us,AX.60).gif getAlterIdentityColumnsProcSql
Gg776692.privmethod(en-us,AX.60).gif getCalculateAvailableFundsProcSql
Gg776692.privmethod(en-us,AX.60).gif getCheckBudgetProcSql1 Gets the first part of the code for the BudgetControlCheckBudgetProc procedure.
Gg776692.privmethod(en-us,AX.60).gif getCheckBudgetProcSql2 Gets the second part of the code for the BudgetControlCheckBudgetProc procedure.
Gg776692.privmethod(en-us,AX.60).gif getCheckBudgetProcSql3 Gets the fourth part of the code for the BudgetControlCheckBudgetProc procedure.
Gg776692.privmethod(en-us,AX.60).gif getCleanUpDraftProcSql1 Gets the first part of the code for the BudgetControlCleanUpDraftProc procedure.
Gg776692.privmethod(en-us,AX.60).gif getCleanUpDraftProcSql2 Gets the third part of the code for the BudgetControlCleanUpDraftProc procedure.
Gg776692.privmethod(en-us,AX.60).gif getConfigDraftCategoryViewSql
Gg776692.privmethod(en-us,AX.60).gif getCopyErrorWarnResultsProcSql
Gg776692.privmethod(en-us,AX.60).gif getCycleViewSql
Gg776692.privmethod(en-us,AX.60).gif getErrorWarningPrecedenceViewSql
Gg776692.privmethod(en-us,AX.60).gif getForceApplockReleaseProcSql
Gg776692.privmethod(en-us,AX.60).gif getGetSummaryDatesProcSql
Gg776692.privmethod(en-us,AX.60).gif getGroupUserOverbudgetOptViewSql
Gg776692.privmethod(en-us,AX.60).gif getProcessProcSql
Gg776692.privmethod(en-us,AX.60).gif getRuleUserOverbudgetOptViewSql
Gg776692.privmethod(en-us,AX.60).gif getSaveErrorWarnResultsProcSql
Gg776692.privmethod(en-us,AX.60).gif getSysRaiseErrorProcSql
Gg776692.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg776692.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg776692.protmethod(en-us,AX.60).gif initialize
Gg776692.privmethod(en-us,AX.60).gif invokeAlterIdentityColumnsProc Invokes the alter identity columns procedure.
Gg776692.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetControlSQLObjects class.
Gg776692.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg776692.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg776692.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg776692.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg776692.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg776692.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg776692.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg776692.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg776692.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg776692.pubmethod(en-us,AX.60).gif Gg776692.static(en-us,AX.60).gif ::createAll Creates the budget control SQL objects.
Gg776692.privmethod(en-us,AX.60).gif Gg776692.static(en-us,AX.60).gif ::createAllServer Creates the budget control SQL objects.
Gg776692.privmethod(en-us,AX.60).gif Gg776692.static(en-us,AX.60).gif ::formatFieldValueForStrArray
Gg776692.pubmethod(en-us,AX.60).gif Gg776692.static(en-us,AX.60).gif ::getBudgetControlCopyErrorWarnBatchCount Gets the budget control copy results stored procedure maximum record count that can be submitted to the stored procedure at the same time.
Gg776692.pubmethod(en-us,AX.60).gif Gg776692.static(en-us,AX.60).gif ::getBudgetControlCopyErrorWarnProcName Gets the SQL name of the budget control copy error warning results stored procedure.
Gg776692.pubmethod(en-us,AX.60).gif Gg776692.static(en-us,AX.60).gif ::getBudgetControlCopyErrorWarnStrArray Gets a string representation of a collection of from and to BudgetSource record ID pairs.
Gg776692.pubmethod(en-us,AX.60).gif Gg776692.static(en-us,AX.60).gif ::getBudgetControlProcessProcName Gets the SQL name of the budget control process stored procedure.
Gg776692.pubmethod(en-us,AX.60).gif Gg776692.static(en-us,AX.60).gif ::getBudgetControlSaveErrorWarnBatchCount Gets the budget control save results stored procedure maximum record count that can be submitted to the stored procedure at the same time.
Gg776692.pubmethod(en-us,AX.60).gif Gg776692.static(en-us,AX.60).gif ::getBudgetControlSaveErrorWarnProcName Gets the SQL name of the budget control save error warning results stored procedure.
Gg776692.pubmethod(en-us,AX.60).gif Gg776692.static(en-us,AX.60).gif ::getBudgetControlSaveErrorWarnStrArray Gets a string representation of an array of BudgetCheckResultErrorWarningDetail record details.
Gg776692.pubmethod(en-us,AX.60).gif Gg776692.static(en-us,AX.60).gif ::getForceApplockReleaseProcName Gets the SQL name of the force release applock stored procedure.

Top

Inheritance Hierarchy

Object Class
  BudgetControlSQLObjects Class