SysRecordTemplateEditInventTable Class [AX 2012]
The SysRecordTemplateEditInventTable class is the specialized version of the SysRecordTemplateEdit class that is responsible for editing the product per company templates.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createAndInitFormRun | Creates and initializes a form to use for modifying the template. (Inherited from SysRecordTemplateEdit.) |
| createRecordTemplateStorage | Creates an instance of a record template storage handler. (Overrides the createRecordTemplateStorage Method.) |
| disableIfButton | Disables a form control if it is a button. (Inherited from SysRecordTemplateEdit.) |
| disableIfHasDataMethod | Disables a form control that is bound to a data method. (Inherited from SysRecordTemplateEdit.) |
| editTemplate | Opens a form for editing the template. (Inherited from SysRecordTemplateEdit.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| formRunUnlock | Unlocks the formRun object and then waits. (Inherited from SysRecordTemplateEdit.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isRecordTemplateEnabledForDataSource | Indicates whether templates are enabled for a form data source. (Overrides the isRecordTemplateEnabledForDataSource Method.) |
| new | Initializes a new instance of the SysRecordTemplateEditInventTable class. (Overrides the new Method.) |
| 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.) |
| parmProductTemplateManager | Gets or sets the ProductTemplateManager parameter. |
| parmRecordTemplateDescription | Gets or sets the RecordTemplateDescription parameter. (Inherited from SysRecordTemplateEdit.) |
| parmRecordTemplateTableFormRun | Gets or sets the RecordTemplateTableFormRun parameter. (Inherited from SysRecordTemplateEdit.) |
| parmTableId | Gets or sets the TableId parameter. (Inherited from SysRecordTemplateEdit.) |
| productTemplateManager | |
| refreshFormData | Refreshes the InventTable form datasource for the specified form by executing its query and sets the relations for corresponding InventTable and MCRInventTable records. |
| runFormRun | Runs a form to edit the template. (Overrides the runFormRun Method.) |
| setFormDataSourceRecord | Sets a form data source to temporary mode and initializes it by using the template record. (Overrides the setFormDataSourceRecord Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| 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 SysRecordTemplateEditInventTable class. |
| ::newDefault | Creates a new instance of the SysRecordTemplateEditInventTable class. |
Community Additions
ADD
Show: