DMFGenerateEntityTable Class [AX 2012]
Creates entity table.
| Method | Description | |
|---|---|---|
| addFields | Function that adds the fields to an entity table. |
| addMethod | Adds the method to the entity table automatically while creating an entity. |
| addMethods | Function that adds the fields to an entity table. |
| addRefRecIdReferences | Adds reference rec id to an entity table. |
| addRefTableIndexFields | Adds index fields to an entity table. |
| addTargetRelation | Adds relation between staging and target. |
| addValidateFieldMethod | Adds the ValidateField method to the entity table automatically while creating an entity. |
| addValidateWriteMethod | Adds the ValidateWrite method to the entity table automatically while creating an entity. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createFixedField | Gets or sets the fields properties. |
| deleteDEL_Fields | Deletes the list fields, those are preceded by DEL. |
| deleteFieldGroup | Deletes field group in an entity table. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| generate | Creates the table and add the indexes and index fields. |
| getInventDimFields | Gets inventory dimension fields. |
| getNaturalKey | Gets natural key from reference table. |
| getPartyFields | Gets fields from dirpartytable table. |
| getSurrogateForeignKey | Gets surrogate foreign key. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| modifyDeleteActions | Function to modify Delete actions. |
| modifyFieldGroups | Function modifies field groups in an entity table. |
| modifyFields | Function modifies fields in an entity table. |
| modifyIndexes | Function modifies indexes in an entity table. |
| modifyMethods | Function modifies methods in an entity table. |
| modifyRelations | Function taht modifies relations in an entity table. |
| modifyTitleFields | Function modifies title fields in an entity table. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmDMFWizardParameters | Gets or sets the DMFWizardParameters parameter. |
| removeWrongRelations | Function that removes wrong relations in an entity table. |
| run | Contains the code that does the actual job of the class. |
| setDMFCustomWizardTable | Sets the DMFCustomWizardTable table. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setTitleFields | Sets the title fields. |
| 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.) |
Community Additions
ADD
Show: