SalesCalcAvailableDlvDates_QuoteTable Class [AX 2012]

Syntax

class SalesCalcAvailableDlvDates_QuoteTable extends SalesCalcAvailableDlvDates

Run On

Called

Methods

  Method Description
Gg787356.pubmethod(en-us,AX.60).gif allowEditDlvMode (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif allowEditInventLocation (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif allowEditInventSite (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif calcBackward Calculates the first available receipt date backward from _fromDate. Then, the ship date is calculated based on the first available receipt date. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif calcDatesFromUTCNow Uses the current UTC date and time as a basis to computer the shipping and receipt dates. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif calcEarliestShipReceiptDates Retrieves the earliest shipping and receipt dates. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif calcForward First, calculates the first available ship date forward from the planned ship date _fromDate (open for shipping and pickup). Then, calculates the first possible receipt date at the customer (transport and receipt calendar does not have to be open at the same time). Finally, the ship date is moved closer to the calculated receipt date, if it is possible. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif calcReceiptDate Calculates the receipt date based on the entered shipping date (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg787356.pubmethod(en-us,AX.60).gif canGoBatch Returns false in this class. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif canSwapBetweenCS Controls whether a calledFrom class that is instantiated on the server should have its prompt executed on the client. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif caption Returns the description from the current class by calling the static description method on the class if there is one. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif checkCloseDialog Must be called in the CloseOk method of a RunBase dialog box. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif checkConfirmedDates Determines whether to perform delivery date control on the confirmed dates. (Overrides the checkConfirmedDates Method.)
Gg787356.pubmethod(en-us,AX.60).gif checkReceiptDate Checks if the entered receipt date is valid. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif checkReceiptDateInCalendar It verifies if the receipt date is an open date in both the customer's and the transport calendars. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif checkShippingDate Checks if the entered shipping date is valid (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif checkShippingDateInCalendar It verifies if the proposed shipping date is an open date in the shipping calendar. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif cleanupDialog Provides a way to clean up after a dialog box has been canceled. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif createPossibleShippingAndReceiptDates Calculates the possible shipping and receipt dates. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif deliveryDateControlActive Determines whether the delivery date control is active. (Overrides the deliveryDateControlActive Method.)
Gg787356.pubmethod(en-us,AX.60).gif deliveryDateControlMap Retrieves the SalesDeliveryDateControlMap map that applies for the calculation. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif dialog Returns a class that contains the methods that are described by the RunBaseDialogable interface. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif dialogClear Clears the contents of the dialog box. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif dialogInit Initializes the dialog box. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif dialogInternal (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif dialogMake Obtains the dialog from a RunBase class. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif dialogPost Makes it possible to add controls after the main dialog method has been run because this method is called after the dialog method is called. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif dialogPostInit Called right after the RunBase.dialogInit Method method. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif dialogPostRun Called after the Dialog.run Method class. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif dialogReInit Reinitializes the dialog box. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif dialogSelectCtrl When using the dialog class for dialog, this method is called whenever a control is selected. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif dialogTask When using the Dialog Class class for dialog, this method is called from the task method in the dialog form. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif dialogUpdate Updates the dialog, for example after reinitializing the query. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif dialogUpdateQuery Updates the query in the dialog box. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif doModifiedFieldCheck Determines whether the date delivery check should be performed when the date delivery fields are modified. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif doUpdateCaller
Gg787356.protmethod(en-us,AX.60).gif doValidateWrite Determines whether changes have been made to fields that influence the delivery date control. (Overrides the doValidateWrite Method.)
Gg787356.pubmethod(en-us,AX.60).gif effectiveOrderDate (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg787356.pubmethod(en-us,AX.60).gif errorTextHandling Implements logic for adding error messages. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif fieldId2DlvDateType (Overrides the fieldId2DlvDateType Method.)
Gg787356.pubmethod(en-us,AX.60).gif getFromDialog Assigns the dialog values to the internal variables. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif getItemId Returns the item ID for the record to calculate delivery date for. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif getLast Gets the last choice that is stored in the last value table. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif getRunBase (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg787356.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg787356.protmethod(en-us,AX.60).gif inGetSaveLast Returns true when the GetLast or SaveLast method is executed. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif init Gives RunBase the same profile as, for example, a FormRun class. This method is not used in the standard application. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif initMaster Instantiates which date and date type to use for delivery date calculation. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif initParmDefault Initializes the internal variables. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif initReqSetupDim Create a ReqSetupDim for a given item with given inventory dimensions. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif initSalesAvailableDlvDatesTmp (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif interCompanyDerivedOrder (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif interCompanyDirectDeliveryOrig (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif interCompanyOrder (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif inventDimIdUpdate Modifications are made to dimensions, such as warehouse on sales order lines where all the dimension fields are positioned in the related table InventDim. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif isMasterDateTypeConfirmed (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif isPickupDate Determines whether _transDate is a pickup date. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif isReceiptDateInPast Determines if the receipt date is in the past (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif isReceiptDateOpen Determines if the receipt date is open in the customer's calendar. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif isShippingDateInLeadTime Determines if the shipping date is in the order lead time. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif isShippingDateInPast Determines if the shipping date is in the past (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif isSwappingPrompt Checks if the program is currently swapping from server to client. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif lastConfirmation Retrieves the last confirmation date and confirmation ID. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif lastValueDataAreaId (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif lastValueDesignName (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif lastValueElementName (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif lastValueType (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif lastValueUserId (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif leadTimeFromCTP Retrieves the lead time based on a capable to promise calculation. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif leadTimeFromMarking Retrieves the lead time based on marked transactions. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif marginIssue Finds issue margin for a given item with given inventory dimensions. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif masterDateType Returns the type of the master date. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif modifiedField Recalculates delivery dates when a field having impact on delivery dates is changed and enhanced delivery date control is enabled. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif modifiedFieldBeforeInsert Recalculates delivery dates when a field having impact on delivery dates is changed on a record that is not yet saved. It can also be applied on already saved records but it works in silent mode. This means that it never displays error messages and never offers user to resolve conflicts manually by using the dialog box, but recalculates delivery dates as from today for irresolvable conflicts. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif mustLoadSaveQuery Determines whether the last query must be loaded and saved when you leave the form. Called from the SysQueryForm. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif name Returns the name of the RunBase class. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif new Initializes a new instance of the SalesCalcAvailableDlvDates_QuoteTable class. (Overrides the new Method.)
Gg787356.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.)
Gg787356.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.)
Gg787356.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg787356.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg787356.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the SalesCalcAvailableDlvDates_QuoteTable class. (Overrides the pack Method.)
Gg787356.pubmethod(en-us,AX.60).gif parmAcceptWarnings Gets or sets the AcceptWarnings parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmCalcDays Gets or sets the CalcDays parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmCancelModifiedField Gets or sets the CancelModifiedField parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmCheckOnly Gets or sets the CheckOnly parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmDeliveryDateControlType Gets or sets the DeliveryDateControlType parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmDisableDeliveryDateControl Gets or sets the DisableDeliveryDateControl parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif parmDlvMode Gets or sets the DlvMode parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmDlvModeIdSelected Gets or sets the DlvModeIdSelected parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmEnableShowDialog Gets or sets the EnableShowDialog parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmErrorText Gets or sets the ErrorText parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmErrorTextType Gets or sets the ErrorTextType parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmErrorTreeCtrl Gets or sets the ErrorTreeCtrl parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmForceCalcToUseMarking Gets or sets the ForceCalcToUseMarking parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmIncludeTodayInAvailableDlvDates Gets or sets the IncludeTodayInAvailableDlvDates parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmInfologLineStart Gets or sets the InfologLineStart parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmInventDimId Gets or sets the InventDimId parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif parmInventLocationId Gets or sets the InventLocationId parameter. (Overrides the parmInventLocationId Method.)
Gg787356.pubmethod(en-us,AX.60).gif parmInventLocationIdSelected Gets or sets the InventLocationIdSelected parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmInventLocationTransportShipping Gets or sets the InventLocationTransportShipping parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif parmInventSiteId Gets or sets the InventSiteId parameter. (Overrides the parmInventSiteId Method.)
Gg787356.pubmethod(en-us,AX.60).gif parmInventSiteIdSelected Gets or sets the InventSiteIdSelected parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmOrderEntryDeadlineGroupId Gets or sets the OrderEntryDeadlineGroupId parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmOrderEntryDeadlineSite Gets or sets the OrderEntryDeadlineSite parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmOrderEntryDeadlineUser Gets or sets the OrderEntryDeadlineUser parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif parmPriceDisc Gets or sets the PriceDisc parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmProgress Gets or sets the Progress parameter. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif parmRecalculateShippingDate Gets or sets the RecalculateShippingDate parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif parmReceiptDate Gets or sets the ReceiptDate parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmReceiptDateAvailableSelected Gets or sets the ReceiptDateAvailableSelected parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmReceiptDateBestGuess Gets or sets the ReceiptDateBestGuess parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmReturnConfirmedDates Gets or sets the ReturnConfirmedDates parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmSalesAvailableDlvDatesTmp Gets the SalesAvailableDlvDatesTmp parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmSalesAvailableDlvDatesTmpBestGuess Gets the SalesAvailableDlvDatesTmpBestGuess parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmSalesQuotationTable Gets or sets the SalesQuotationTable parameter.
Gg787356.protmethod(en-us,AX.60).gif parmShippingDate Gets or sets the ShippingDate parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmShippingDateAvailableSelected Gets or sets the ShippingDateAvailableSelected parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmShippingDateBestGuess Gets or sets the ShippingDateBestGuess parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmShowActualShipDates Gets or sets the ShowActualShipDates parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmShowConfirmation Gets or sets the ShowConfirmation parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmShowDialog Gets or sets the ShowDialog parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmShowDisableDlvDateControlButton Gets or sets the ShowDisableDlvDateControlButton parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmShowTransferToConfirmedButton Gets or sets the ShowTransferToConfirmedButton parameter. (Overrides the parmShowTransferToConfirmedButton Method.)
Gg787356.pubmethod(en-us,AX.60).gif parmShowTransferToRequestedButton Gets or sets the ShowTransferToRequestedButton parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmTempDeliveryDateControlType Gets or sets the TempDeliveryDateControlType parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif parmTmpInfoTable Gets or sets the TmpInfoTable parameter. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif prepareForRun Allows subclasses to process the dialog box immediately before the dialog box.Run method. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif preUpdateBuffer (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif progressHide Hides the Progress form. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif progressInit Initializes the Progress object in RunBase. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif progressKill Kills the Progress object in RunBase. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif prompt (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif promptPack Wraps a call to the RunBase.pack Method method when packing in the RunBase.promptPrim Method method. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif promptUnpack Unpacks what the promptPack method has packed. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif pushBackReceiptDateToFirstOpenDate (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif putToDialog Enables setting the fields that were just added in the RunBase.dialog Method method. This method is called from the RunBase.promptPrim Method method directly following the RunBase.dialogMake Method method. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif queryRun Returns the QueryRun object, which is used by the QueryPrompt class. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif receiptCalendarId Finds the receipt calendar ID for the customer. (Overrides the receiptCalendarId Method.)
Gg787356.pubmethod(en-us,AX.60).gif reqSetupDim Get the value of the reqSetupDim variable (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif reset Resets the class to its default state. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif run Contains the code that does the actual job of the class. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif runBase Returns the RunBase itself. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif runBaseDialogModifyType_RU (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif salesLeadTime (Overrides the salesLeadTime Method.)
Gg787356.pubmethod(en-us,AX.60).gif saveLast Saves the last choice by using the RunBase.pack Method method. (Inherited from RunBase.)
Gg787356.protmethod(en-us,AX.60).gif setAvailableDlvDatesBestGuess (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif setDates Sets, depending on the type of the master date, either the two confirmed dates or the two requested dates. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif setOrderEntryDeadlines (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif setShippingDateBeforeTodayErrorText Sets the error text when a shipping date is in the past. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif setShippingDateInLeadTimeErrorText Sets the error text when a shipping date is in the order lead time. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg787356.protmethod(en-us,AX.60).gif shippingCalendarId Finds the shipping calendar ID and returns it. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif shippingLocationDate Calculates and returns the shipping locations date. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif showAvailableDlvDatesDialog (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.protmethod(en-us,AX.60).gif showClearButton Determines whether to add a Clear button to the dialog box. If you change the return value to true it will add the button. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif showDefaultButton Determines whether a Default button is to be added to the dialog box. If you change the return value to true, it will add the button. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif showDialog (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif showIndexFields If this method returns true, it will look for the first enabled index when you are adding query range fields to the dialog and if a data source does not have any ranges specified. It will also show the visible fields from that index. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif showQuerySelectButton (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif showQueryValues Determines whether a Select button is to be added to the dialog box. If you change the return value to true, the button will be added. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg787356.protmethod(en-us,AX.60).gif transportCalendarId Finds the transport calendar ID for a given mode of delivery and a possible warehouse. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif transportDays Returns the number of days it takes an order to retrieve from the shipping point (warehouse) to the receiving point (delivery address) for a given mode of delivery. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the SalesCalcAvailableDlvDates_QuoteTable class. (Overrides the unpack Method.)
Gg787356.protmethod(en-us,AX.60).gif updateCaller (Overrides the updateCaller Method.)
Gg787356.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.)
Gg787356.pubmethod(en-us,AX.60).gif validate Validates the state of the internal variables. (Inherited from RunBase.)
Gg787356.pubmethod(en-us,AX.60).gif validateWritePrompt Verifies whether delivery dates are OK upon a record being inserted or updated. (Inherited from SalesCalcAvailableDlvDates.)
Gg787356.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg787356.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg787356.protmethod(en-us,AX.60).gif Gg787356.static(en-us,AX.60).gif ::construct
Gg787356.pubmethod(en-us,AX.60).gif Gg787356.static(en-us,AX.60).gif ::newSalesQuotationTable

Top

Inheritance Hierarchy

Object Class
  RunBase Class
    SalesCalcAvailableDlvDates Class
      SalesCalcAvailableDlvDates_QuoteTable Class