SalesCalcAvailableDlvDates Class [AX 2012]

The SalesCalcAvailableDlvDates class is the engine for the delivery date control.

Syntax

class SalesCalcAvailableDlvDates extends RunBase

Run On

Called

Methods

  Method Description
Gg774534.pubmethod(en-us,AX.60).gif allowEditDlvMode
Gg774534.pubmethod(en-us,AX.60).gif allowEditInventLocation
Gg774534.pubmethod(en-us,AX.60).gif allowEditInventSite
Gg774534.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.
Gg774534.pubmethod(en-us,AX.60).gif calcDatesFromUTCNow Uses the current UTC date and time as a basis to computer the shipping and receipt dates.
Gg774534.pubmethod(en-us,AX.60).gif calcEarliestShipReceiptDates Retrieves the earliest shipping and receipt dates.
Gg774534.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.
Gg774534.pubmethod(en-us,AX.60).gif calcReceiptDate Calculates the receipt date based on the entered shipping date
Gg774534.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg774534.pubmethod(en-us,AX.60).gif canGoBatch Returns false in this class. (Inherited from RunBase.)
Gg774534.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.)
Gg774534.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.)
Gg774534.pubmethod(en-us,AX.60).gif checkCloseDialog Must be called in the CloseOk method of a RunBase dialog box. (Inherited from RunBase.)
Gg774534.protmethod(en-us,AX.60).gif checkConfirmedDates Determines whether to do delivery date control on the confirmed dates.
Gg774534.pubmethod(en-us,AX.60).gif checkReceiptDate Checks if the entered receipt date is valid.
Gg774534.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.
Gg774534.pubmethod(en-us,AX.60).gif checkShippingDate Checks if the entered shipping date is valid
Gg774534.pubmethod(en-us,AX.60).gif checkShippingDateInCalendar It verifies if the proposed shipping date is an open date in the shipping calendar.
Gg774534.protmethod(en-us,AX.60).gif cleanupDialog Provides a way to clean up after a dialog box has been canceled. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif createPossibleShippingAndReceiptDates Calculates the possible shipping and receipt dates.
Gg774534.protmethod(en-us,AX.60).gif deliveryDateControlActive Determines whether the delivery date control is active or not.
Gg774534.pubmethod(en-us,AX.60).gif deliveryDateControlMap Retrieves the SalesDeliveryDateControlMap map that applies for the calculation.
Gg774534.protmethod(en-us,AX.60).gif dialog Returns a class that contains the methods that are described by the RunBaseDialogable interface. (Overrides the dialog Method.)
Gg774534.pubmethod(en-us,AX.60).gif dialogClear Clears the contents of the dialog box. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif dialogInit Initializes the dialog box. (Inherited from RunBase.)
Gg774534.protmethod(en-us,AX.60).gif dialogInternal (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif dialogMake Obtains the dialog from a RunBase class. (Inherited from RunBase.)
Gg774534.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.)
Gg774534.protmethod(en-us,AX.60).gif dialogPostInit Called right after the RunBase.dialogInit Method method. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif dialogPostRun Called after the Dialog.run Method class. (Inherited from RunBase.)
Gg774534.protmethod(en-us,AX.60).gif dialogReInit Reinitializes the dialog box. (Inherited from RunBase.)
Gg774534.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.)
Gg774534.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.)
Gg774534.pubmethod(en-us,AX.60).gif dialogUpdate Updates the dialog, for example after reinitializing the query. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif dialogUpdateQuery Updates the query in the dialog box. (Inherited from RunBase.)
Gg774534.protmethod(en-us,AX.60).gif doModifiedFieldCheck Determines whether the date delivery check should be performed when the date delivery fields are modified.
Gg774534.protmethod(en-us,AX.60).gif doValidateWrite Determines whether changes have been made to fields that influence the delivery date control.
Gg774534.pubmethod(en-us,AX.60).gif effectiveOrderDate
Gg774534.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg774534.pubmethod(en-us,AX.60).gif errorTextHandling Implements logic for adding error messages.
Gg774534.protmethod(en-us,AX.60).gif fieldId2DlvDateType
Gg774534.pubmethod(en-us,AX.60).gif getFromDialog Assigns the dialog values to the internal variables. (Inherited from RunBase.)
Gg774534.protmethod(en-us,AX.60).gif getItemId Returns the item ID for the record to calculate delivery date for.
Gg774534.pubmethod(en-us,AX.60).gif getLast Gets the last choice that is stored in the last value table. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif getRunBase (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg774534.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg774534.protmethod(en-us,AX.60).gif inGetSaveLast Returns true when the GetLast or SaveLast method is executed. (Inherited from RunBase.)
Gg774534.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.)
Gg774534.protmethod(en-us,AX.60).gif initMaster Instantiates which date and date type to use for delivery date calculation.
Gg774534.pubmethod(en-us,AX.60).gif initParmDefault Initializes the internal variables. (Inherited from RunBase.)
Gg774534.protmethod(en-us,AX.60).gif initReqSetupDim Create a ReqSetupDim for a given item with given inventory dimensions.
Gg774534.protmethod(en-us,AX.60).gif initSalesAvailableDlvDatesTmp
Gg774534.pubmethod(en-us,AX.60).gif interCompanyDerivedOrder
Gg774534.pubmethod(en-us,AX.60).gif interCompanyDirectDeliveryOrig
Gg774534.pubmethod(en-us,AX.60).gif interCompanyOrder
Gg774534.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.
Gg774534.protmethod(en-us,AX.60).gif isMasterDateTypeConfirmed
Gg774534.protmethod(en-us,AX.60).gif isPickupDate Determines whether _transDate is a pickup date.
Gg774534.pubmethod(en-us,AX.60).gif isReceiptDateInPast Determines if the receipt date is in the past
Gg774534.pubmethod(en-us,AX.60).gif isReceiptDateOpen Determines if the receipt date is open in the customer's calendar.
Gg774534.pubmethod(en-us,AX.60).gif isShippingDateInLeadTime Determines if the shipping date is in the order lead time.
Gg774534.pubmethod(en-us,AX.60).gif isShippingDateInPast Determines if the shipping date is in the past
Gg774534.pubmethod(en-us,AX.60).gif isSwappingPrompt Checks if the program is currently swapping from server to client. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif lastConfirmation Retrieves the last confirmation date and confirmation ID.
Gg774534.pubmethod(en-us,AX.60).gif lastValueDataAreaId (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif lastValueDesignName (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif lastValueElementName (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif lastValueType (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif lastValueUserId (Inherited from RunBase.)
Gg774534.protmethod(en-us,AX.60).gif leadTimeFromCTP Retrieves the lead time based on a capable to promise calculation.
Gg774534.protmethod(en-us,AX.60).gif leadTimeFromMarking Retrieves the lead time based on marked transactions.
Gg774534.pubmethod(en-us,AX.60).gif marginIssue Finds issue margin for a given item with given inventory dimensions.
Gg774534.protmethod(en-us,AX.60).gif masterDateType Returns the type of the master date.
Gg774534.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.
Gg774534.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.
Gg774534.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.)
Gg774534.pubmethod(en-us,AX.60).gif name Returns the name of the RunBase class. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif new Initializes a new instance of the RunBase class. (Inherited from RunBase.)
Gg774534.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.)
Gg774534.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.)
Gg774534.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg774534.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg774534.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the SalesCalcAvailableDlvDates class. (Overrides the pack Method.)
Gg774534.pubmethod(en-us,AX.60).gif parmAcceptWarnings Gets or sets the AcceptWarnings parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmCalcDays Gets or sets the CalcDays parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmCancelModifiedField Gets or sets the CancelModifiedField parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmCheckOnly Gets or sets the CheckOnly parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmDeliveryDateControlType Gets or sets the DeliveryDateControlType parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmDisableDeliveryDateControl Gets or sets the DisableDeliveryDateControl parameter.
Gg774534.protmethod(en-us,AX.60).gif parmDlvMode Gets or sets the DlvMode parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmDlvModeIdSelected Gets or sets the DlvModeIdSelected parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmEnableShowDialog Gets or sets the EnableShowDialog parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmErrorText Gets or sets the ErrorText parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmErrorTextType Gets or sets the ErrorTextType parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmErrorTreeCtrl Gets or sets the ErrorTreeCtrl parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmForceCalcToUseMarking Gets or sets the ForceCalcToUseMarking parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmIncludeTodayInAvailableDlvDates Gets or sets the IncludeTodayInAvailableDlvDates parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmInfologLineStart Gets or sets the InfologLineStart parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmInventDimId Gets or sets the InventDimId parameter.
Gg774534.protmethod(en-us,AX.60).gif parmInventLocationId Gets or sets the InventLocationId parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmInventLocationIdSelected Gets or sets the InventLocationIdSelected parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmInventLocationTransportShipping Gets or sets the InventLocationTransportShipping parameter.
Gg774534.protmethod(en-us,AX.60).gif parmInventSiteId Gets or sets the InventSiteId parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmInventSiteIdSelected Gets or sets the InventSiteIdSelected parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmOrderEntryDeadlineGroupId Gets or sets the OrderEntryDeadlineGroupId parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmOrderEntryDeadlineSite Gets or sets the OrderEntryDeadlineSite parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmOrderEntryDeadlineUser Gets or sets the OrderEntryDeadlineUser parameter.
Gg774534.protmethod(en-us,AX.60).gif parmPriceDisc Gets or sets the PriceDisc parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmProgress Gets or sets the Progress parameter. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif parmRecalculateShippingDate Gets or sets the RecalculateShippingDate parameter.
Gg774534.protmethod(en-us,AX.60).gif parmReceiptDate Gets or sets the ReceiptDate parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmReceiptDateAvailableSelected Gets or sets the ReceiptDateAvailableSelected parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmReceiptDateBestGuess Gets or sets the ReceiptDateBestGuess parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmReturnConfirmedDates Gets or sets the ReturnConfirmedDates parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmSalesAvailableDlvDatesTmp Gets the SalesAvailableDlvDatesTmp parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmSalesAvailableDlvDatesTmpBestGuess Gets the SalesAvailableDlvDatesTmpBestGuess parameter.
Gg774534.protmethod(en-us,AX.60).gif parmShippingDate Gets or sets the ShippingDate parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmShippingDateAvailableSelected Gets or sets the ShippingDateAvailableSelected parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmShippingDateBestGuess Gets or sets the ShippingDateBestGuess parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmShowActualShipDates Gets or sets the ShowActualShipDates parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmShowConfirmation Gets or sets the ShowConfirmation parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmShowDialog Gets or sets the ShowDialog parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmShowDisableDlvDateControlButton Gets or sets the ShowDisableDlvDateControlButton parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmShowTransferToConfirmedButton Gets or sets the ShowTransferToConfirmedButton parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmShowTransferToRequestedButton Gets or sets the ShowTransferToRequestedButton parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmTempDeliveryDateControlType Gets or sets the TempDeliveryDateControlType parameter.
Gg774534.pubmethod(en-us,AX.60).gif parmTmpInfoTable Gets or sets the TmpInfoTable parameter.
Gg774534.protmethod(en-us,AX.60).gif prepareForRun Allows subclasses to process the dialog box immediately before the dialog box.Run method. (Inherited from RunBase.)
Gg774534.protmethod(en-us,AX.60).gif preUpdateBuffer
Gg774534.pubmethod(en-us,AX.60).gif progressHide Hides the Progress form. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif progressInit Initializes the Progress object in RunBase. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif progressKill Kills the Progress object in RunBase. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif prompt (Inherited from RunBase.)
Gg774534.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.)
Gg774534.protmethod(en-us,AX.60).gif promptUnpack Unpacks what the promptPack method has packed. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif pushBackReceiptDateToFirstOpenDate
Gg774534.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.)
Gg774534.pubmethod(en-us,AX.60).gif queryRun Returns the QueryRun object, which is used by the QueryPrompt class. (Inherited from RunBase.)
Gg774534.protmethod(en-us,AX.60).gif receiptCalendarId Finds the receipt calendar ID for the customer and returns it.
Gg774534.pubmethod(en-us,AX.60).gif reqSetupDim Get the value of the reqSetupDim variable
Gg774534.pubmethod(en-us,AX.60).gif reset Resets the class to its default state. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif run Contains the code that does the actual job of the class. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif runBase Returns the RunBase itself. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif runBaseDialogModifyType_RU (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif salesLeadTime
Gg774534.pubmethod(en-us,AX.60).gif saveLast Saves the last choice by using the RunBase.pack Method method. (Inherited from RunBase.)
Gg774534.protmethod(en-us,AX.60).gif setAvailableDlvDatesBestGuess
Gg774534.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.
Gg774534.pubmethod(en-us,AX.60).gif setOrderEntryDeadlines
Gg774534.pubmethod(en-us,AX.60).gif setShippingDateBeforeTodayErrorText Sets the error text when a shipping date is in the past.
Gg774534.pubmethod(en-us,AX.60).gif setShippingDateInLeadTimeErrorText Sets the error text when a shipping date is in the order lead time.
Gg774534.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg774534.protmethod(en-us,AX.60).gif shippingCalendarId Finds the shipping calendar ID and returns it.
Gg774534.pubmethod(en-us,AX.60).gif shippingLocationDate Calculates and returns the shipping locations date.
Gg774534.pubmethod(en-us,AX.60).gif showAvailableDlvDatesDialog
Gg774534.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.)
Gg774534.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.)
Gg774534.pubmethod(en-us,AX.60).gif showDialog (Inherited from RunBase.)
Gg774534.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.)
Gg774534.pubmethod(en-us,AX.60).gif showQuerySelectButton (Inherited from RunBase.)
Gg774534.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.)
Gg774534.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg774534.protmethod(en-us,AX.60).gif transportCalendarId Finds the transport calendar ID for a given mode of delivery and a possible warehouse.
Gg774534.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.
Gg774534.pubmethod(en-us,AX.60).gif unpack Deserializes the packedClass parameter value to an instance of the SalesCalcAvailableDlvDates class. (Overrides the unpack Method.)
Gg774534.protmethod(en-us,AX.60).gif updateCaller
Gg774534.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.)
Gg774534.pubmethod(en-us,AX.60).gif validate Validates the state of the internal variables. (Inherited from RunBase.)
Gg774534.pubmethod(en-us,AX.60).gif validateWritePrompt Verifies whether delivery dates are OK upon a record being inserted or updated.
Gg774534.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg774534.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg774534.pubmethod(en-us,AX.60).gif Gg774534.static(en-us,AX.60).gif ::initDateFields Initiates the Requested ship date, Requested receipt date, Confirmed ship date, and Confirmed receipt date fields
Gg774534.privmethod(en-us,AX.60).gif Gg774534.static(en-us,AX.60).gif ::initDateFieldsForSalesCalc Initiates the Requested ship date, Requested receipt date, Confirmed ship date, and Confirmed receipt date fields based on the specified calculation class instance.
Gg774534.pubmethod(en-us,AX.60).gif Gg774534.static(en-us,AX.60).gif ::initDateFieldsOrderEntryDeadline Initiates the Requested ship date, Requested receipt date, Confirmed ship date, and Confirmed receipt date fields based on the specified calculation class instance.
Gg774534.pubmethod(en-us,AX.60).gif Gg774534.static(en-us,AX.60).gif ::main Provides an entry point for the SalesCalcAvailableDlvDates class when it is called from a command.
Gg774534.protmethod(en-us,AX.60).gif Gg774534.static(en-us,AX.60).gif ::mainOnServer Calculates the delivery date on the server tier.
Gg774534.pubmethod(en-us,AX.60).gif Gg774534.static(en-us,AX.60).gif ::modifiedFieldOrderEntryDeadLine
Gg774534.pubmethod(en-us,AX.60).gif Gg774534.static(en-us,AX.60).gif ::newCommonSalesDlvDateType
Gg774534.pubmethod(en-us,AX.60).gif Gg774534.static(en-us,AX.60).gif ::validateWrite Verifies whether delivery dates are valid upon a record being inserted or updated.
Gg774534.pubmethod(en-us,AX.60).gif Gg774534.static(en-us,AX.60).gif ::validateWritePromptOnServer Verifies whether delivery dates are OK upon a record being inserted or updated.

Top

Remarks

The class can be instantiated and used through the following static methods:

Inheritance Hierarchy

Object Class
  RunBase Class
    SalesCalcAvailableDlvDates Class
      SalesCalcAvailableDlvDates_QuoteLine Class
      SalesCalcAvailableDlvDates_QuoteTable Class
      SalesCalcAvailableDlvDates_ReleaseLine Class
      SalesCalcAvailableDlvDates_ReleaseTable Class
      SalesCalcAvailableDlvDates_SalesLine Class
      SalesCalcAvailableDlvDates_SalesTable Class
      SalesCalcAvailableDlvDates_TransferLine Class
      SalesCalcAvailableDlvDates_TransferTable Class