KanbanResetEmptyFormHelper Class [AX 2012]
The KanbanResetEmptyFormHelper class provides business logic for the KanbanResetEmpty form.
| Method | Description | |
|---|---|---|
| assignedKanban | Retrieves the Kanban record that the kanban card is assigned to. |
| assignedKanbanId | Gets the ID value of the kanban card that is assigned to from the form. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkCanReset | A FormButtonManager rule method for determining whether a user can reset the kanban status. |
| checkInvalidKanbanGroupVisible | A FormButtonManager rule method for determining whether a user can see the invalid kanban selection group. |
| checkKanbanCardAllowEdit | Indicates whether a user can modify the kanban card used to reset the kanban status. |
| checkTransactionDateAllowEdit | Indicates whether the transaction date field is enabled. |
| clearCache | Clears the cache. |
| clearWarning | Clears and hides the warning strip. |
| ctrlAssignedKanbanId | Retrieves the FormStringControl object that holds the kanban that the kanban card is assigned to. |
| ctrlGroupInvalidKanban | Retrieves the FormGroupControl object for the invalid kanban. |
| ctrlInvalidKanbanId | Retrieves the FormStringControl object that holds the invalid kanban ID. |
| ctrlKanbanCardId | Retrieves the FormStringControl object that holds the kanban card ID. |
| ctrlTransactionDate | Retrieves the FormDateControl object that holds the transaction date. |
| defaultGroupInvalidKanbanOptionValue | Gets the default option value of the invalid kanban group option. |
| defaultTransDate | Get the default transaction date for the status reset. |
| deleteInvalidKanban | Indicates whether the invalid kanban should be deleted. |
| determineButtonStates | Determines the button state. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the class instance. |
| invalidKanban | Retrieves the Kanban record that is identified by the invalid kanban ID. |
| invalidKanbanId | Gets the invalid kanban ID value from the form. |
| jumpRefKanban | Jumps to the details form of the specified kanban. |
| jumpRefKanbanCard | Jumps to the details form of the specified kanban card. |
| kanbanCard | Retrieves the KanbanCard record that is identified by the kanban card ID. |
| kanbanCardId | Gets the kanban card ID value from the form. |
| lookupCirculatingCard | Creates a lookup which contains all circulating cards of the kanban rule, all the placing kanban rules, and all the replaced kanban rules. |
| lookupInvalidKanban | Creates a lookup which contains all kanbans of the actual kanban rule or any of the replacing rules of the kanban. |
| modifiedKanbanCard | Changes the dependent fields assuming the kanban card was modified. |
| new | Initializes a new instance of the KanbanResetEmptyFormHelper class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmFormRun | Gets or sets the FormRun parameter. |
| parmKanban | Gets or sets the Kanban parameter. |
| resetKanbanEmpty | Indicates whether the reset kanban action was performed. |
| setDatasources | Sets the data sources that are used in the rule computation process. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setWarning | Shows the specified message as a warning at the bottom of the dialog. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| transDate | Gets the transaction date value from the form. |
| transDateTime | Determines the transaction date and time that will be used by the reset kanban process. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateInvalidKanban | Indicates whether the specified kanban can be used as invalid kanban. Shows relevant warnings if the kanban cannot be used as invalid kanban. |
| validateKanbanCard | Indicates whether the specified kanban card can be used to reset the kanban status. Shows relevant warnings if the kanban card cannot be used for status reset. |
| validateTransDate | Indicates whether a specified transaction date is valid.Shows a warning if the transaction date is not valid. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the KanbanResetEmptyFormHelper class. |
| ::newStandard | Instantiates a KanbanResetEmptyFormHelper object. |
| ::resetKanbanEmptyServer | Performs the reset kanban action on the server tier. |
Community Additions
ADD
Show: