DMFGenerateEntityTable Class [AX 2012]

Creates entity table.

Syntax

class DMFGenerateEntityTable

Run On

Called

Methods

  Method Description
Dn559027.privmethod(en-us,AX.60).gif addFields Function that adds the fields to an entity table.
Dn559027.pubmethod(en-us,AX.60).gif addMethod Adds the method to the entity table automatically while creating an entity.
Dn559027.privmethod(en-us,AX.60).gif addMethods Function that adds the fields to an entity table.
Dn559027.privmethod(en-us,AX.60).gif addRefRecIdReferences Adds reference rec id to an entity table.
Dn559027.privmethod(en-us,AX.60).gif addRefTableIndexFields Adds index fields to an entity table.
Dn559027.privmethod(en-us,AX.60).gif addTargetRelation Adds relation between staging and target.
Dn559027.protmethod(en-us,AX.60).gif addValidateFieldMethod Adds the ValidateField method to the entity table automatically while creating an entity.
Dn559027.protmethod(en-us,AX.60).gif addValidateWriteMethod Adds the ValidateWrite method to the entity table automatically while creating an entity.
Dn559027.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn559027.privmethod(en-us,AX.60).gif createFixedField Gets or sets the fields properties.
Dn559027.privmethod(en-us,AX.60).gif deleteDEL_Fields Deletes the list fields, those are preceded by DEL.
Dn559027.privmethod(en-us,AX.60).gif deleteFieldGroup Deletes field group in an entity table.
Dn559027.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn559027.protmethod(en-us,AX.60).gif generate Creates the table and add the indexes and index fields.
Dn559027.privmethod(en-us,AX.60).gif getInventDimFields Gets inventory dimension fields.
Dn559027.privmethod(en-us,AX.60).gif getNaturalKey Gets natural key from reference table.
Dn559027.privmethod(en-us,AX.60).gif getPartyFields Gets fields from dirpartytable table.
Dn559027.privmethod(en-us,AX.60).gif getSurrogateForeignKey Gets surrogate foreign key.
Dn559027.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn559027.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn559027.privmethod(en-us,AX.60).gif modifyDeleteActions Function to modify Delete actions.
Dn559027.privmethod(en-us,AX.60).gif modifyFieldGroups Function modifies field groups in an entity table.
Dn559027.privmethod(en-us,AX.60).gif modifyFields Function modifies fields in an entity table.
Dn559027.privmethod(en-us,AX.60).gif modifyIndexes Function modifies indexes in an entity table.
Dn559027.privmethod(en-us,AX.60).gif modifyMethods Function modifies methods in an entity table.
Dn559027.privmethod(en-us,AX.60).gif modifyRelations Function taht modifies relations in an entity table.
Dn559027.privmethod(en-us,AX.60).gif modifyTitleFields Function modifies title fields in an entity table.
Dn559027.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn559027.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn559027.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn559027.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn559027.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn559027.pubmethod(en-us,AX.60).gif parmDMFWizardParameters Gets or sets the DMFWizardParameters parameter.
Dn559027.privmethod(en-us,AX.60).gif removeWrongRelations Function that removes wrong relations in an entity table.
Dn559027.pubmethod(en-us,AX.60).gif run Contains the code that does the actual job of the class.
Dn559027.pubmethod(en-us,AX.60).gif setDMFCustomWizardTable Sets the DMFCustomWizardTable table.
Dn559027.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn559027.privmethod(en-us,AX.60).gif setTitleFields Sets the title fields.
Dn559027.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn559027.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn559027.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn559027.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  DMFGenerateEntityTable Class