NumberSeqFormHandler Class [AX 2012]

The NumberSeqFormHandler class is a framework class that supports using number sequences by forms.

Syntax

class NumberSeqFormHandler

Run On

Called

Methods

  Method Description
Gg745121.protmethod(en-us,AX.60).gif callAbort Calls an abort for a number in a number sequence.
Gg745121.protmethod(en-us,AX.60).gif callUsed Calls a number that is used in a number sequence.
Gg745121.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg745121.protmethod(en-us,AX.60).gif checkChangeNumber
Gg745121.protmethod(en-us,AX.60).gif constructNumberSeqFromClassId Creates an instance of the NumberSeq class from the class ID.
Gg745121.pubmethod(en-us,AX.60).gif curRecord
Gg745121.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg745121.pubmethod(en-us,AX.60).gif fieldAllowEdit
Gg745121.pubmethod(en-us,AX.60).gif formMethodClose Cancels the unused numbers when a form is closed.
Gg745121.pubmethod(en-us,AX.60).gif formMethodDataSourceCreate Creates a record with a number sequence value.
Gg745121.pubmethod(en-us,AX.60).gif formMethodDataSourceCreatePre
Gg745121.pubmethod(en-us,AX.60).gif formMethodDataSourceDelete
Gg745121.pubmethod(en-us,AX.60).gif formMethodDataSourceLinkActive
Gg745121.pubmethod(en-us,AX.60).gif formMethodDataSourceValidateWrite Validates the number sequence when the validate data source is called.
Gg745121.pubmethod(en-us,AX.60).gif formMethodDataSourceWrite Changes or fixes number sequences when the write data source is called.
Gg745121.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg745121.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg745121.protmethod(en-us,AX.60).gif initNumberSeqFromContainer Initializes an instance of the NumberSeq class by using the class ID.
Gg745121.pubmethod(en-us,AX.60).gif lastUncommitedNumber Gets the value of the lastNumber variable.
Gg745121.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg745121.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.)
Gg745121.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.)
Gg745121.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg745121.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg745121.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the NumberSeqFormHandler class.
Gg745121.pubmethod(en-us,AX.60).gif parmDontThrowOnMissingRefSetUp Gets or sets the DontThrowOnMissingRefSetUp parameter.
Gg745121.pubmethod(en-us,AX.60).gif parmFieldIdNum Gets or sets the FieldIdNum parameter.
Gg745121.pubmethod(en-us,AX.60).gif parmFormDataSource Gets or sets the FormDataSource parameter.
Gg745121.pubmethod(en-us,AX.60).gif parmNumberSequenceId Gets or sets the NumberSequenceId parameter.
Gg745121.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg745121.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg745121.pubmethod(en-us,AX.60).gif unpack
Gg745121.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.)
Gg745121.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg745121.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg745121.protmethod(en-us,AX.60).gif Gg745121.static(en-us,AX.60).gif ::callReserveOnServer Implements the remote operation of reserving a number sequence number.
Gg745121.pubmethod(en-us,AX.60).gif Gg745121.static(en-us,AX.60).gif ::construct
Gg745121.pubmethod(en-us,AX.60).gif Gg745121.static(en-us,AX.60).gif ::newForm

Top

Remarks

Implements a remote mechanism for performance reasons.

Inheritance Hierarchy

Object Class
  NumberSeqFormHandler Class
    NumberSeqFormHandlerLedgerJournal Class