UnitOfMeasureDefaultData Class [AX 2012]
The UnitOfMeasureDefaultData is a specialized version of the SysDefaultData class responsible for creating unit of measure default data.
Syntax
class UnitOfMeasureDefaultData extends SysDefaultData
Run On
Called
Methods
Method | Description | |
---|---|---|
accessMenuFunction | Calls the accessMenuFunction method of the parent class to obtain the MenuFunction for the current class. (Inherited from SysDefaultData.) | |
addSummary | Adds a summary to the parent wizard's summary list view, explaining what the class will create. (Inherited from SysDefaultData.) | |
buffer | Retrieves a unit of measure buffer. (Overrides the buffer Method.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
checkNotExistDB | Determines whether a record exists in the database. (Inherited from SysDefaultData.) | |
checkNotExistTmp | Determines whether a record exists in the temporary table. If it does, a warning is put in the Infolog, and the method returns false. (Inherited from SysDefaultData.) | |
createdNumDB | Calculates the number of records in the UnitOfMeasure table. (Overrides the createdNumDB Method.) | |
createdNumTmp | Returns the number of records that are created in temporary mode. This method shouldn't normally be overridden. (Inherited from SysDefaultData.) | |
createTable | (Inherited from SysDefaultData.) | |
defaultDataParent | (Inherited from SysDefaultData.) | |
deleteTable | (Inherited from SysDefaultData.) | |
deleteTablePrim | (Inherited from SysDefaultData.) | |
description | Gets the description of the class. (Inherited from SysDefaultData.) | |
doRecord | (Inherited from SysDefaultData.) | |
doTable | Populates the UnitOfMeasure table with default data. (Overrides the doTable Method.) | |
enableGridTab | (Inherited from SysDefaultData.) | |
enableParmTab | (Inherited from SysDefaultData.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
existDB | Determines whether a unit of measure exists in the database. (Overrides the existDB Method.) | |
existDBKey | (Inherited from SysDefaultData.) | |
existTmp | Determines whether a unit of measure exists in the temporary table. (Overrides the existTmp Method.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
hasAccess | (Inherited from SysDefaultData.) | |
helpTxt | Defines a help text for the unit of measure default data wizard. (Overrides the helpTxt Method.) | |
init | Initializes an instance of the UnitOfMeasureDefaultData class. (Overrides the init Method.) | |
initDefaultRecId | (Inherited from SysDefaultData.) | |
initRecord | (Inherited from SysDefaultData.) | |
initRecordMain | (Inherited from SysDefaultData.) | |
initUpdate | (Inherited from SysDefaultData.) | |
insertDB | (Inherited from SysDefaultData.) | |
insertDBprim | (Inherited from SysDefaultData.) | |
insertRecord | Inserts a unit of measure either in the database or the temporary table. | |
isModified | (Inherited from SysDefaultData.) | |
isTmp | (Inherited from SysDefaultData.) | |
keyFieldId | Retrieves a key field ID. (Overrides the keyFieldId Method.) | |
makeRecord | (Inherited from SysDefaultData.) | |
makeTmp | (Inherited from SysDefaultData.) | |
new | Initializes a new instance of the SysDefaultData class. (Inherited from SysDefaultData.) | |
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.) | |
pack | Serializes the current instance of the UnitOfMeasureDefaultData class. (Overrides the pack Method.) | |
packBuffer | (Inherited from SysDefaultData.) | |
packBufferPrim | (Inherited from SysDefaultData.) | |
parmCreateMetricUnits | Gets or sets the CreateMetricUnits parameter. | |
parmCreateNoneUnits | Gets or sets the CreateNoneUnits parameter. | |
parmCreateUSUnits | Gets or sets the CreateUSUnits parameter. | |
parmDefaultDataParent | Gets or sets the DefaultDataParent parameter. (Inherited from SysDefaultData.) | |
parmDefaultRecId | Gets or sets the DefaultRecId parameter. (Inherited from SysDefaultData.) | |
parmFilename | Gets or sets the Filename parameter. (Inherited from SysDefaultData.) | |
parmForm_DS | Gets or sets the Form_DS parameter. (Inherited from SysDefaultData.) | |
parmUpdate | Gets or sets the Update parameter. (Inherited from SysDefaultData.) | |
postRecordDB | (Inherited from SysDefaultData.) | |
preRecordDB | (Inherited from SysDefaultData.) | |
recordCreated | (Inherited from SysDefaultData.) | |
setBuffer | Sets a buffer from the form data source. (Overrides the setBuffer Method.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
setUpdate | Sets an update state of the current instance of the UnitOfMeasureDefaultData class. | |
showInSelection | (Inherited from SysDefaultData.) | |
sorting | (Inherited from SysDefaultData.) | |
suggestFilename | (Inherited from SysDefaultData.) | |
suggestUpdate | Gives a suggestion if unit of measure data requires an update. (Overrides the suggestUpdate Method.) | |
summaryNo | (Inherited from SysDefaultData.) | |
tableId | (Inherited from SysDefaultData.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
ttsbegin | (Inherited from SysDefaultData.) | |
ttscommit | (Inherited from SysDefaultData.) | |
unpack | Deserializes the _packedClass parameter value to an instance of the UnitOfMeasureDefaultData class. (Overrides the unpack Method.) | |
unpackBuffer | (Inherited from SysDefaultData.) | |
unpackBufferPrim | (Inherited from SysDefaultData.) | |
updateChildsUpdate | (Inherited from SysDefaultData.) | |
updateParm | (Inherited from SysDefaultData.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
validateFields | (Inherited from SysDefaultData.) | |
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 UnitOfMeasureDefaultData class. |
Top
Inheritance Hierarchy
Object Class
SysDefaultData Class
UnitOfMeasureDefaultData Class