WrkCtrBulkEditController Class [AX 2012]

The WrkCtrBulkEditController class is a utility class that is used to control the WrkCtrBulkEdit form and performs bulk updates of multiple selected records.

class WrkCtrBulkEditController

Run On

Called

  MethodDescription
Gg833168.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg833168.pubmethod(en-us,AX.60).gif doBulkUpdate Performs a bulk update of the records that are selected on the calling form.
Gg833168.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg833168.privmethod(en-us,AX.60).gif formRenderControls Performs safe invocation of the renderControls method of the WrkCtrBulkEdit form.
Gg833168.privmethod(en-us,AX.60).gif formSetCurrentValueControl Performs a safe invocation of the setCurrentValueControl method of the WrkCtrBulkEdit form.
Gg833168.pubmethod(en-us,AX.60).gif getFieldsEnumerator Retrieves the enumerator that contains the bulk editable fields of the calling form.
Gg833168.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg833168.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg833168.protmethod(en-us,AX.60).gif init Initializes the starting state of the WrkCtrController class.
Gg833168.privmethod(en-us,AX.60).gif isInnerJoined
Gg833168.protmethod(en-us,AX.60).gif new Initializes a new instance of the WrkCtrBulkEditController class.
Gg833168.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.)
Gg833168.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.)
Gg833168.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg833168.pubmethod(en-us,AX.60).gif onFieldsModified Processes a WrkCtrBulkEdit form event when a field chosen for bulk edit is modified.
Gg833168.pubmethod(en-us,AX.60).gif onValueModified Processes a WrkCtrBulkEdit form event when a value of the field chosen for bulk edit is modified.
Gg833168.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg833168.pubmethod(en-us,AX.60).gif parmFormObject Gets or sets the FormObject parameter.
Gg833168.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg833168.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg833168.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.)
Gg833168.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg833168.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg833168.pubmethod(en-us,AX.60).gif Gg833168.static(en-us,AX.60).gif ::construct Initializes a new instance of the WrkCtrBulkEditController class.
Gg833168.pubmethod(en-us,AX.60).gif Gg833168.static(en-us,AX.60).gif ::newFromForm Create a new instance of the WrkCtrBulkEditController class, depending on a form.
Top

Object Class
  WrkCtrBulkEditController Class

Community Additions

ADD
Show: