ReqSafetyKeyDefaultData Class [AX 2012]
Syntax
class ReqSafetyKeyDefaultData extends SysDefaultDataAllocateKey
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 | Gets the table buffer that is declared in the classDeclaration method. (Overrides the buffer Method.) | |
bufferLine | (Overrides the bufferLine 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 that already are in the current table. (Overrides the createdNumDB Method.) | |
createdNumTmp | (Inherited from SysDefaultDataAllocateKey.) | |
createTable | (Inherited from SysDefaultData.) | |
defaultDataParent | (Inherited from SysDefaultData.) | |
deleteTable | (Inherited from SysDefaultData.) | |
deleteTablePrim | (Inherited from SysDefaultDataAllocateKey.) | |
description | Gets the description of the class. (Inherited from SysDefaultDataAllocateKey.) | |
doKey | (Inherited from SysDefaultDataAllocateKey.) | |
doRecord | (Inherited from SysDefaultData.) | |
doTable | (Inherited from SysDefaultDataAllocateKey.) | |
enableGridTab | (Inherited from SysDefaultData.) | |
enableParmTab | (Inherited from SysDefaultData.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
existDB | (Inherited from SysDefaultData.) | |
existDBKey | (Overrides the existDBKey Method.) | |
existTmp | (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 | (Inherited from SysDefaultData.) | |
init | (Inherited from SysDefaultDataAllocateKey.) | |
initCreateName | (Inherited from SysDefaultDataAllocateKey.) | |
initDefaultRecId | (Inherited from SysDefaultData.) | |
initPeriodUnit | (Inherited from SysDefaultDataAllocateKey.) | |
initRecord | (Inherited from SysDefaultDataAllocateKey.) | |
initRecordLine | (Overrides the initRecordLine Method.) | |
initRecordMain | (Inherited from SysDefaultData.) | |
initUnits | (Inherited from SysDefaultDataAllocateKey.) | |
initUpdate | (Inherited from SysDefaultData.) | |
insertDB | (Inherited from SysDefaultData.) | |
insertDBprim | (Inherited from SysDefaultDataAllocateKey.) | |
isAllocationModified | (Inherited from SysDefaultDataAllocateKey.) | |
isModified | (Inherited from SysDefaultData.) | |
isTmp | (Inherited from SysDefaultData.) | |
keyFieldId | (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 SysDefaultDataAllocateKey class. (Inherited from SysDefaultDataAllocateKey.) | |
packBuffer | (Inherited from SysDefaultData.) | |
packBufferPrim | (Inherited from SysDefaultDataAllocateKey.) | |
parmCreateName | Gets or sets the CreateName parameter. (Inherited from SysDefaultDataAllocateKey.) | |
parmDefaultDataParent | Gets or sets the DefaultDataParent parameter. (Inherited from SysDefaultData.) | |
parmDefaultDimension | Gets or sets the DefaultDimension parameter. (Inherited from SysDefaultDataAllocateKey.) | |
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.) | |
parmForm_DSLine | Gets or sets the Form_DSLine parameter. (Inherited from SysDefaultDataAllocateKey.) | |
parmPeriodLength | Gets or sets the PeriodLength parameter. (Inherited from SysDefaultDataAllocateKey.) | |
parmPeriodUnit | Gets or sets the PeriodUnit parameter. (Inherited from SysDefaultDataAllocateKey.) | |
parmUnits | Gets or sets the Units parameter. (Inherited from SysDefaultDataAllocateKey.) | |
parmUpdate | Gets or sets the Update parameter. (Inherited from SysDefaultData.) | |
postRecordDB | (Inherited from SysDefaultData.) | |
preRecordDB | (Inherited from SysDefaultData.) | |
recordCreated | (Inherited from SysDefaultData.) | |
setBuffer | (Overrides the setBuffer Method.) | |
setBufferLine | (Overrides the setBufferLine Method.) | |
setPeriodLength | (Inherited from SysDefaultDataAllocateKey.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
showInSelection | (Inherited from SysDefaultData.) | |
sorting | (Inherited from SysDefaultData.) | |
suggestFilename | (Inherited from SysDefaultData.) | |
suggestName | (Inherited from SysDefaultDataAllocateKey.) | |
suggestPeriodUnit | (Overrides the suggestPeriodUnit Method.) | |
suggestUnit | (Overrides the suggestUnit Method.) | |
suggestUpdate | (Inherited from SysDefaultData.) | |
summaryNo | (Inherited from SysDefaultDataAllocateKey.) | |
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 c parameter value to an instance of the SysDefaultDataAllocateKey class. (Inherited from SysDefaultDataAllocateKey.) | |
unpackBuffer | (Inherited from SysDefaultData.) | |
unpackBufferPrim | (Inherited from SysDefaultDataAllocateKey.) | |
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.) |
Top
Inheritance Hierarchy
Object Class
SysDefaultData Class
SysDefaultDataAllocateKey Class
ReqSafetyKeyDefaultData Class