SalesQuotationTableForm_DlvSchedule Class [AX 2012]

The SalesQuotationTableForm_DlvSchedule class is used to manage delivery schedules.

Syntax

class SalesQuotationTableForm_DlvSchedule extends SalesQuotationTableForm_Sales

Run On

Called

Methods

  Method Description
Gg812778.pubmethod(en-us,AX.60).gif active (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif busRelAccount (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg812778.pubmethod(en-us,AX.60).gif canClose (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif canNewLineBeAppended Determines whether a new order line can be inserted after the currently selected one. (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif checkExistABS (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif checkTemplate (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif closeOk Performs the business logic triggered by pressing the OK button on the delivery schedule form.
Gg812778.pubmethod(en-us,AX.60).gif create (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif createABSFromTemplate (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif createForm (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif createFromTemplate (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif createLineAllowed (Overrides the createLineAllowed Method.)
Gg812778.pubmethod(en-us,AX.60).gif custAccount (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif defaultQuotationType (Inherited from SalesQuotationTableForm_Sales.)
Gg812778.pubmethod(en-us,AX.60).gif deleteLineAllowed Determines whether the specified quotation line can be deleted. (Overrides the deleteLineAllowed Method.)
Gg812778.pubmethod(en-us,AX.60).gif deliveryLinesSync Synchronizes the delivery lines with the order line after a change on either the order line or the delivery line. (Inherited from SalesQuotationTableForm_Sales.)
Gg812778.pubmethod(en-us,AX.60).gif design (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif editLineAllowed Determines whether the quotation lines can be edited. (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif editQuotationId (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif editQuotationType (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif enableFunctionButtons (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif enableHeaderFields (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif enableLineDeliverNowFields Enables or disables the deliver now quantity or catch weight quantity field. (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif enableLineFields (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif enableLineMenuButtons Enables or disables the Product Builder configuration button. (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif enableLinePriceCalcButtons (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif enableLineRemainFields Enables or disables the remaining quantity or catch weight quantity field. (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif enableLineSalesQtyFields Enables or disables the Qty or catch weight quantity field. (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif enableProductModelLineButton Enables or disables the product model button. (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif enableUpdateButtonGroup (Inherited from SalesQuotationTableForm_Sales.)
Gg812778.pubmethod(en-us,AX.60).gif enableUpdateButtons (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif enableUpdateButtonsMultiselect (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif enableUpdateButtonsProject (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg812778.pubmethod(en-us,AX.60).gif getOrderLineQty Retrieves the committed total quantity of the delivery schedule.
Gg812778.pubmethod(en-us,AX.60).gif getQuotationIdFromCaller (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg812778.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg812778.pubmethod(en-us,AX.60).gif initParmDefault (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif initValues (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif invoiceAccount (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif isAdvanced (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif languageId (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif lastValueDataAreaId (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif lastValueElementName (Overrides the lastValueElementName Method.)
Gg812778.pubmethod(en-us,AX.60).gif linkActive (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif mustFormResearchAfterDelete Determines whether the form must be searched again after the currently selected order line is deleted. (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif new Constructs a SalesQuotationTableForm_DlvSchedule object. (Overrides the new Method.)
Gg812778.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.)
Gg812778.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.)
Gg812778.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg812778.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg812778.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the SalesQuotationTableForm_DlvSchedule class. (Overrides the pack Method.)
Gg812778.pubmethod(en-us,AX.60).gif parmFromTemplateGroupId Gets or sets the FromTemplateGroupId parameter. (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif parmFromTemplateName Gets or sets the FromTemplateName parameter. (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif parmInitFromCustTable Gets or sets the InitFromCustTable parameter. (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif parmMarkupConversionMode Gets or sets the MarkupConversionMode parameter.
Gg812778.pubmethod(en-us,AX.60).gif parmQuotationPriceConversion Gets or sets the QuotationPriceConversion parameter. (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif parmSalesQuotationTable Gets the SalesQuotationTable parameter. (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif parmScheduleLines Gets or sets the ScheduleLines parameter.
Gg812778.pubmethod(en-us,AX.60).gif parmSource Gets or sets the Source parameter. (Inherited from SalesQuotationTableForm.)
Gg812778.protmethod(en-us,AX.60).gif pdsCWTotalQty Calculates the total catch weight quantity of the delivery schedule.
Gg812778.pubmethod(en-us,AX.60).gif pdsGetCWQty Retrieves the committed total catch-weight quantity of the delivery schedule.
Gg812778.pubmethod(en-us,AX.60).gif project (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif querySalesQuotationLine (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif querySalesQuotationTable (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif quotationType (Inherited from SalesQuotationTableForm.)
Gg812778.protmethod(en-us,AX.60).gif refreshDeliveryLines Refreshes delivery lines after the order line with multiple deliveries was changed. (Inherited from SalesQuotationTableForm_Sales.)
Gg812778.pubmethod(en-us,AX.60).gif refreshDeliverySchedule Refreshes the delivery lines when order or delivery line was modified. (Inherited from SalesQuotationTableForm_Sales.)
Gg812778.protmethod(en-us,AX.60).gif refreshOrderLineWithMultipleDeliveries Refreshes the order line with multiple deliveries if it was changed in the result of delivery line change. (Inherited from SalesQuotationTableForm_Sales.)
Gg812778.pubmethod(en-us,AX.60).gif resetSalesQuotationLine (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif salesQuotationLine_Create (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif salesQuotationLine_Init Initializes the data source of the form.
Gg812778.pubmethod(en-us,AX.60).gif salesQuotationLine_InitValue Initializes new delivery line.
Gg812778.pubmethod(en-us,AX.60).gif salesQuotationLine_ValidateWrite (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif salesQuotationLine_Write Captures the order line before the update of a line that will trigger delivery schedule synchronization. (Inherited from SalesQuotationTableForm_Sales.)
Gg812778.pubmethod(en-us,AX.60).gif salesQuotationTable (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif setLineAccess Sets line access on a SalesQuotationLine form data source. (Inherited from SalesQuotationTableForm.)
Gg812778.protmethod(en-us,AX.60).gif setNewlyCreatedSalesQuotationLine (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg812778.pubmethod(en-us,AX.60).gif setTouched (Inherited from SalesQuotationTableForm.)
Gg812778.pubmethod(en-us,AX.60).gif showTemplateTab (Inherited from SalesQuotationTableForm.)
Gg812778.protmethod(en-us,AX.60).gif syncDeliveryScheduleCommercialAttributes Indicates whether any of the commercial attributes changed on the order line with multiple deliveries and then prompts the user to determine whether the changed attributes should be copied to all the delivery lines and does the copying. (Inherited from SalesQuotationTableForm_Sales.)
Gg812778.protmethod(en-us,AX.60).gif syncDeliveryScheduleDDC Indicates whether there are any delivery lines with shipment dates that are lower than the new order line values and then prompts the user to determine whether Delivery Date Control should be run on delivery lines. (Inherited from SalesQuotationTableForm_Sales.)
Gg812778.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg812778.protmethod(en-us,AX.60).gif totalQty Calculates the total quantity of the delivery schedule.
Gg812778.pubmethod(en-us,AX.60).gif unpack Deserializes the packedClass parameter value to an instance of the SalesQuotationTableForm_DlvSchedule class. (Overrides the unpack Method.)
Gg812778.pubmethod(en-us,AX.60).gif updateSalesQuotationLineTable Transfers an accepted delivery schedule from the temporary form data source to the SalesQuotationLine table in the database.
Gg812778.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.)
Gg812778.pubmethod(en-us,AX.60).gif useAlternativeItem Controls whether the item in question should be replaced with the alternative item set up in the Item Details form. (Overrides the useAlternativeItem Method.)
Gg812778.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg812778.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg812778.pubmethod(en-us,AX.60).gif Gg812778.static(en-us,AX.60).gif ::closeOkServer Performs the business logic that is triggered by pressing the OK button on the delivery schedule form.

Top

Remarks

This class is used by the SalesQuotationDeliverySchedule form.

Inheritance Hierarchy

Object Class
  SalesQuotationTableForm Class
    SalesQuotationTableForm_Sales Class
      SalesQuotationTableForm_DlvSchedule Class