OMInternalOrganizationFormView Class [AX 2012]
The OMInternalOrganizationFormView class is the internal organization form view.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canDeleteCompany | |
| deleteOrganizationButtonClicked | Handles the click event for the delete organization button. |
| editOrganizationButtonClicked | Handles an edit organization button clicked event. |
| editOrganizationInGridButtonClicked | Handles the edit organization in grid button clicked event. |
| 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.) |
| initControls | Initializes the form view controls. |
| initDatasources | Initializes the data sources. |
| initialize | Initializes the internal organization form view. |
| initInternalOrganizationViewModel | Initializes the internal organization view model. |
| internalOrganizationActivated | Handles the change in an internal organization selection. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| newOrganizationButtonControlDialogClosed | Handles the new organization button dialog box closed event. |
| 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.) |
| parmDeleteOrganizationButtonControl | Gets or sets the DeleteOrganizationButtonControl parameter. |
| parmEditOrganizationButtonControl | Gets or sets the EditOrganizationButtonControl parameter. |
| parmEditOrganizationInGridButtonControl | Gets or sets the EditOrganizationInGridButtonControl parameter. |
| parmFormRun | Gets or sets the FormRun parameter. |
| parmInternalOrganizationDataSource | Gets or sets the InternalOrganizationDataSource parameter. |
| parmInternalOrganizationViewModel | Gets the InternalOrganizationViewModel parameter. |
| parmNewOrganizationButtonControl | Gets or sets the NewOrganizationButtonControl parameter. |
| parmViewInHierarchyButtonControl | Gets or sets the ViewInHierarchyButtonControl parameter. |
| registerOverloadMethods | Register the form control overload methods. |
| 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.) |
| validateInitialization | Validates the initialization. |
| viewInHierarchyButtonControlClicked | Handles the view organization hierarchy button clicked event. |
| viewInHierarchyButtonControlDialogClosed | Handles the view organization hierarchy button dialog box closed event. |
| 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 OMInternalOrganizationFormView class. |
| ::newFromParameters | Create a new internal organization form view by using the parameters. |
Community Additions
ADD
Show: