Share via


ReqTrans.setFuturesDateTimeReceipt Method

Determines the futures date and time for the current requirement transaction.

Syntax

public boolean setFuturesDateTimeReceipt(
    ReqPlanData _reqPlanData, 
    ReqSetupDim _setupDim, 
    boolean _includeDerivedFutureDays)

Run On

Called

Parameters

  • _reqPlanData
    Type: ReqPlanData Class
    A ReqPlanData object that holds master planning settings.
    A ReqPlanData object that holds the master planning settings.
  • _setupDim
    Type: ReqSetupDim Class
    A ReqSetupDim object that holds coverage settings for a specific item ID and inventory dimensions.
    A ReqSetupDim object that holds the coverage settings for a specific item ID and inventory dimension.
  • _includeDerivedFutureDays
    Type: boolean
    true if futures days from derived requirement transactions must be included; otherwise, false.
    A Boolean value that indicates whether futures days from derived requirement transactions must be included.

Return Value

Type: boolean
true if a new futures date has been determined; otherwise, false.

See Also

Reference

ReqTrans Table