Share via


SalesQuotationToLineField Class [AX 2012]

The SalesQuotationToLineField class manages the table to line table for the sales quotations.

Syntax

class SalesQuotationToLineField extends SalesPurchTableToLineField

Run On

Called

Methods

  Method Description
JJ791811.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ791811.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ791811.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. (Inherited from SalesPurchTableToLineField.)
JJ791811.pubmethod(en-us,AX.60).gif fieldName Gets the user-friendly name of the current field. (Inherited from SalesPurchTableToLineField.)
JJ791811.protmethod(en-us,AX.60).gif findParametersTable Finds a specified record in the SalesQuotationToLineParameters table. (Overrides the findParametersTable Method.)
JJ791811.protmethod(en-us,AX.60).gif getFieldDescription Retrieves a user-friendly description of a field that is used in the header-to-lines update. (Overrides the getFieldDescription Method.)
JJ791811.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ791811.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ791811.protmethod(en-us,AX.60).gif initFieldId (Inherited from SalesPurchTableToLineField.)
JJ791811.pubmethod(en-us,AX.60).gif lineUpdateDescription (Inherited from SalesPurchTableToLineField.)
JJ791811.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
JJ791811.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.)
JJ791811.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.)
JJ791811.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ791811.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ791811.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the SalesPurchTableToLineField class. (Inherited from SalesPurchTableToLineField.)
JJ791811.pubmethod(en-us,AX.60).gif parameterHelp Retrieves user-friendly Help text for a field that is used in the header-to-lines update. (Overrides the parameterHelp Method.)
JJ791811.pubmethod(en-us,AX.60).gif parameterLabel (Inherited from SalesPurchTableToLineField.)
JJ791811.pubmethod(en-us,AX.60).gif parmFieldId Gets or sets the FieldId parameter. (Inherited from SalesPurchTableToLineField.)
JJ791811.pubmethod(en-us,AX.60).gif parmTableToLineUpdate Gets or sets the TableToLineUpdate parameter. (Inherited from SalesPurchTableToLineField.)
JJ791811.pubmethod(en-us,AX.60).gif parmUpdateLines Gets or sets the UpdateLines parameter. (Inherited from SalesPurchTableToLineField.)
JJ791811.pubmethod(en-us,AX.60).gif questionHelp Retrieves a user-friendly question Help text for a field that is used in the header-to-lines update. (Overrides the questionHelp Method.)
JJ791811.pubmethod(en-us,AX.60).gif questionLabel (Inherited from SalesPurchTableToLineField.)
JJ791811.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ791811.pubmethod(en-us,AX.60).gif tableId Retrieves the table ID for the header table of the document. (Overrides the tableId Method.)
JJ791811.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ791811.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the SalesPurchTableToLineField class. (Inherited from SalesPurchTableToLineField.)
JJ791811.pubmethod(en-us,AX.60).gif updateSalesPurchTableToLineParameters Updates the header-to-lines update parameter record that corresponds to the field ID of a field. (Overrides the updateSalesPurchTableToLineParameters Method.)
JJ791811.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.)
JJ791811.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ791811.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ791811.pubmethod(en-us,AX.60).gif JJ791811.static(en-us,AX.60).gif ::construct Initializes a new instance of the SalesQuotationToLineField class.
JJ791811.pubmethod(en-us,AX.60).gif JJ791811.static(en-us,AX.60).gif ::create Creates a new SalesQuotationToLineField object from a previously packed SalesQuotationToLineField object.
JJ791811.pubmethod(en-us,AX.60).gif JJ791811.static(en-us,AX.60).gif ::newFieldId Creates a new instance that is based on a field ID.

Top

Inheritance Hierarchy

Object Class
  SalesPurchTableToLineField Class
    SalesQuotationToLineField Class