UnitOfMeasureLookup Class [AX 2012]
The UnitOfMeasureLookup class provides the methods that are required to perform a lookup on the UnitOfMeasure table, controls the UnitOfMeasureLookup form behavior, and handles form events.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createFormRun | Creates an instance of the FormRun class for a UnitOfMeasureLookup form. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| formInitPostSuper | Handles a form post-initialization event. |
| formRunPostSuper | Handles a form post-run event. |
| formRunPreSuper | Handles a form pre-run event. |
| formTabChanged | Handles a form tab chenged event. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the UnitOfMeasureLookup 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.) |
| parmCallerFormStringControl | Gets or sets the CallerFormStringControl parameter. |
| parmDataSourceUnitOfMeasureAll | Gets or sets the DataSourceUnitOfMeasureAll parameter. |
| parmDataSourceUnitOfMeasureConvertible | Gets or sets the DataSourceUnitOfMeasureConvertible parameter. |
| parmFilterOnUnitOfMeasureClass | Gets or sets the FilterOnUnitOfMeasureClass parameter. |
| parmFormRun | Gets or sets the FormRun parameter. |
| parmInt64ControlAllRecId | Gets or sets the Int64ControlAllRecId parameter. |
| parmInt64ControlConvertibleRecId | Gets or sets the Int64ControlConvertibleRecId parameter. |
| parmProduct | Gets or sets the Product parameter. |
| parmShowConvertibleUnitsTab | Gets or sets the ShowConvertibleUnitsTab parameter. |
| parmShowZeroDecimalOnly | Gets or sets the ShowZeroDecimalOnly parameter. |
| parmStringControlAllSymbol | Gets or sets the StringControlAllSymbol parameter. |
| parmStringControlConvertibleSymbol | Gets or sets the StringControlConvertibleSymbol parameter. |
| parmTabControl | Gets or sets the TabControl parameter. |
| parmTabPageControlAll | Gets or sets the TabPageControlAll parameter. |
| parmTabPageControlConvertible | Gets or sets the TabPageControlConvertible parameter. |
| parmUnitOfMeasure | Gets or sets the UnitOfMeasure parameter. |
| parmUnitOfMeasureClass | Gets or sets the UnitOfMeasureClass parameter. |
| selectedRecord | Retrieves the record selected by user from the lookup form. |
| setSelectMode | Sets a form select mode based on the active tab page. |
| 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.) |
| ::lookup | Performs lookup on the UnitOfMeasure table from a FormStringControl form control bound to the unit of measure symbol field. |
| ::lookupForUnitOfMeasureClass | Performs a lookup on the UnitOfMeasure table from a FormStringControl form control that is bound to the unit of measure symbol field. |
| ::lookupReference | Performs a lookup on the UnitOfMeasure table from a FormReferenceControl form control bound to the unit of measure ID field. |
| ::lookupReferenceForUnitOfMeasureClass | Performs a lookup on the UnitOfMeasure table from a FormReferenceControl form control that is bound to the unit of measure ID field. |
| ::newFromLookupForm | Creates and initializes a new instance of the UnitOfMeasureLookup class by using the lookup form. |
| ::newFromParameters | Creates and initializes a new instance of the UnitOfMeasureLookup class from the specified values. |
Object Class
UnitOfMeasureLookup Class
UnitOfMeasureLookup_Reference Class
UnitOfMeasureLookup_Symbol Class
UnitOfMeasureLookup Class
UnitOfMeasureLookup_Reference Class
UnitOfMeasureLookup_Symbol Class
Community Additions
ADD
Show: