SalesPurchTableToLineField Class [AX 2012]

The SalesPurchTableToLineField class manages the table to line table during the field roll down.

Syntax

class SalesPurchTableToLineField

Run On

Called

Methods

  Method Description
Gg795358.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg795358.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg795358.pubmethod(en-us,AX.60).gif fieldGroupLabel Determines the label to use on the field group when the field is displayed in the dialog box.
Gg795358.pubmethod(en-us,AX.60).gif fieldName Gets the user-friendly name of the current field.
Gg795358.protmethod(en-us,AX.60).gif findParametersTable Finds the specified record in the parameters tables.
Gg795358.protmethod(en-us,AX.60).gif getFieldDescription
Gg795358.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg795358.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg795358.protmethod(en-us,AX.60).gif initFieldId
Gg795358.pubmethod(en-us,AX.60).gif lineUpdateDescription
Gg795358.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg795358.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.)
Gg795358.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.)
Gg795358.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg795358.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg795358.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the SalesPurchTableToLineField class.
Gg795358.pubmethod(en-us,AX.60).gif parameterHelp
Gg795358.pubmethod(en-us,AX.60).gif parameterLabel
Gg795358.pubmethod(en-us,AX.60).gif parmFieldId Gets or sets the FieldId parameter.
Gg795358.pubmethod(en-us,AX.60).gif parmTableToLineUpdate Gets or sets the TableToLineUpdate parameter.
Gg795358.pubmethod(en-us,AX.60).gif parmUpdateLines Gets or sets the UpdateLines parameter.
Gg795358.pubmethod(en-us,AX.60).gif questionHelp
Gg795358.pubmethod(en-us,AX.60).gif questionLabel
Gg795358.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg795358.pubmethod(en-us,AX.60).gif tableId Retrieves the table ID for the header table of the document.
Gg795358.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg795358.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the SalesPurchTableToLineField class.
Gg795358.pubmethod(en-us,AX.60).gif updateSalesPurchTableToLineParameters
Gg795358.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.)
Gg795358.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg795358.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

There will be one child class for each type of document that has a table to line table.

Inheritance Hierarchy

Object Class
  SalesPurchTableToLineField Class
    PurchTable2LineField Class
    SalesQuotationToLineField Class