SysRecordTemplateEventTable Class [AX 2012]

The SysRecordTemplateEventTable class is the specialized version of the SysRecordTemplate class that is responsible for setting product per company attributes from product templates.

class SysRecordTemplateEventTable extends SysRecordTemplate

Run On

Called

  MethodDescription
Gg932438.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg932438.pubmethod(en-us,AX.60).gif clearCache (Inherited from SysRecordTemplate.)
Gg932438.pubmethod(en-us,AX.60).gif createRecord Applies template values to a record buffer. (Inherited from SysRecordTemplate.)
Gg932438.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg932438.protmethod(en-us,AX.60).gif excludeValidateField Gets a set that holds IDs of fields that must not be validated when a template is applied. (Inherited from SysRecordTemplate.)
Gg932438.pubmethod(en-us,AX.60).gif getCache (Inherited from SysRecordTemplate.)
Gg932438.pubmethod(en-us,AX.60).gif getRecordTemplateValues Prompts for a record template selection or picks a default record template. (Inherited from SysRecordTemplate.)
Gg932438.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg932438.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg932438.protmethod(en-us,AX.60).gif new Initializes a new instance of the SysRecordTemplateEventTable class. (Overrides the new Method.)
Gg932438.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.)
Gg932438.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.)
Gg932438.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg932438.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg932438.pubmethod(en-us,AX.60).gif parmCommon Gets or sets the Common parameter. (Inherited from SysRecordTemplate.)
Gg932438.pubmethod(en-us,AX.60).gif parmForceCompanyTemplate Gets or sets the ForceCompanyTemplate parameter. (Inherited from SysRecordTemplate.)
Gg932438.pubmethod(en-us,AX.60).gif parmOnlyEditableFieldsOnCreate Gets or sets the OnlyEditableFieldsOnCreate parameter. (Inherited from SysRecordTemplate.)
Gg932438.pubmethod(en-us,AX.60).gif parmRecordTemplateValues Gets or sets the RecordTemplateValues parameter. (Inherited from SysRecordTemplate.)
Gg932438.pubmethod(en-us,AX.60).gif parmStopOnFailedValidateField Gets or sets the StopOnFailedValidateField parameter. (Inherited from SysRecordTemplate.)
Gg932438.pubmethod(en-us,AX.60).gif setCache (Inherited from SysRecordTemplate.)
Gg932438.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg932438.protmethod(en-us,AX.60).gif shouldFieldBeCopied Checks whether a field value should be copied from the template to the record buffer. (Inherited from SysRecordTemplate.)
Gg932438.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg932438.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.)
Gg932438.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg932438.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg932438.pubmethod(en-us,AX.60).gif Gg932438.static(en-us,AX.60).gif ::construct Initializes a new instance of the SysRecordTemplateEventTable class.
Top

This is a framework class. Customizing this class may cause problems with future upgrades to the software.

Object Class
  SysRecordTemplate Class
    SysRecordTemplateEventTable Class

Community Additions

ADD
Show: