ReclassServiceArgumentsCopyPendingDatesToBaselineDates Property |
Determines whether the pending dates will be copied to the baseline dates.
Only applies if all of the following conditions are met:
1. When the
SourceClass is a Pending class and the
TargetClass is a Budget class.
2. When
TargetAction is
Replace.
If the above conditions are not met, pending dates will not be copied to the baseline dates.
Optional.
Default is the pending dates will not be copied to the baseline dates.
Namespace: Cobra.Model.WebServiceAssembly: Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.6.701.3644 (8.6.0701.3644)
Syntaxpublic bool? CopyPendingDatesToBaselineDates { get; set; }Property Value
NullableBoolean
See Also