OMNewLegalEntityFormView Class [AX 2012]
The OMNewLegalEntityFormView class is a new legal entity dialog form view.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| companyModified | Handles the company string control entered event. |
| countryRegionLookup | Handles the country region string control lookup event. |
| countryRegionModified | Handles the country region string control modified 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. |
| initialize | Initializes the new legal entity form view. |
| initViewModel | Initializes the new legal entity view model. |
| nameModified | Handles the name string control entered event. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| okCommandButtonControlClicked | Handles the OK command button control clicked event. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCallingFormRun | Gets or sets the CallingFormRun parameter. |
| parmCompanyStringControl | Gets or sets the CompanyStringControl parameter. |
| parmCountryRegionStringControl | Gets or sets the CountryRegionStringControl parameter. |
| parmFormRun | Gets or sets the FormRun parameter. |
| parmNameStringControl | Gets or sets the NameStringControl parameter. |
| parmNewLegalEntityViewModel | Gets the NewLegalEntityViewModel parameter. |
| parmOkCommandButtonControl | Gets or sets the OkCommandButtonControl parameter. |
| registerOverloadMethods | Register 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. |
| 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 OMNewLegalEntityFormView class. |
| ::newFromParameters | Initializes a new instance of the OMNewLegalEntityFormView class that is based on the specified parameter. |
Community Additions
ADD
Show: