PdcCalculation.TTApply
Declaration
TTApply as Boolean
Description
Returns or changes if the transportation values must be used
Notes
This property sets or returns if the transportation time (days and hours) in the current calculation need to be taken into account. These times can be found in the calculation form in the 'Payment and Shipment' treenode. Please note that this flag only has effect when determining the start production date based on the required delivery date. Changes its setting after the calculation is taken into production (although possible) has no impact!
Code example
This code example returns whether the transportation time is applied in the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.TTApply
Availability
Available since December 2007.