Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SysDefaultData class is the base class for all default data classes.
Syntax
class SysDefaultData
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
accessMenuFunction | Calls the accessMenuFunction method of the parent class to obtain the MenuFunction for the current class. |
![]() |
addSummary | Adds a summary to the parent wizard's summary list view, explaining what the class will create. |
![]() |
buffer | Returns the table buffer that is declared in the classDeclaration method. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
checkNotExistDB | Determines whether a record exists in the database. |
![]() |
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. |
![]() |
createdNumDB | Returns the number of records that already are in the current table. |
![]() |
createdNumTmp | Returns the number of records that are created in temporary mode. This method shouldn't normally be overridden. |
![]() |
createTable | |
![]() |
defaultDataParent | |
![]() |
deleteTable | |
![]() |
deleteTablePrim | |
![]() |
description | Gets the description of the class. |
![]() |
doRecord | |
![]() |
doTable | |
![]() |
enableGridTab | |
![]() |
enableParmTab | |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
existDB | |
![]() |
existDBKey | |
![]() |
existInExistRecIds | |
![]() |
existTmp | |
![]() |
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 | |
![]() |
helpTxt | |
![]() |
init | |
![]() |
initDefaultRecId | |
![]() |
initFilename | |
![]() |
initRecord | |
![]() |
initRecordMain | |
![]() |
initUpdate | |
![]() |
insertDB | |
![]() |
insertDBprim | |
![]() |
isModified | |
![]() |
isTmp | |
![]() |
keyFieldId | |
![]() |
makeRecord | |
![]() |
makeTmp | |
![]() |
new | Initializes a new instance of the SysDefaultData 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.) |
![]() |
pack | Serializes the current instance of the SysDefaultData class. |
![]() |
packBuffer | |
![]() |
packBufferPrim | |
![]() |
parmDefaultDataParent | Gets or sets the DefaultDataParent parameter. |
![]() |
parmDefaultRecId | Gets or sets the DefaultRecId parameter. |
![]() |
parmFilename | Gets or sets the Filename parameter. |
![]() |
parmForm_DS | Gets or sets the Form_DS parameter. |
![]() |
parmUpdate | Gets or sets the Update parameter. |
![]() |
postRecordDB | |
![]() |
preRecordDB | |
![]() |
recordCreated | |
![]() |
setBuffer | |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
showInSelection | |
![]() |
sorting | |
![]() |
suggestFilename | |
![]() |
suggestUpdate | |
![]() |
summaryNo | |
![]() |
tableId | |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
ttsbegin | |
![]() |
ttscommit | |
![]() |
unpack | Deserializes the c parameter value to an instance of the SysDefaultData class. |
![]() |
unpackBuffer | |
![]() |
unpackBufferPrim | |
![]() |
updateChildsUpdate | |
![]() |
updateParm | |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
validateFields | |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::construct | |
![]() ![]() |
::constructVAR | |
![]() ![]() |
::createDB | |
![]() ![]() |
::newDefaultDataWizard | |
![]() ![]() |
::newTableId |
Top
Remarks
This class contains abstract methods, which must be overridden.
This class performs the following tasks:
Handles the update variable.
Handles the default record.
Inserts the temporary table into the real database.
Imports default data from a normal Microsoft Dynamics AX export file.
Inheritance Hierarchy
Object Class
SysDefaultData Class
DocuTypeDefaultData Class
SysDefaultDataAllocateKey Class
SysDefaultDataFormat Class
TutorialDefaultData Class
UnitOfMeasureConversionDefaultData Class
UnitOfMeasureDefaultData Class
UnitOfMeasureInternalCodeDefaultData Class
UnitOfMeasureTranslationDefaultData Class