SharingUniqueFieldsSynchroMode Enumeration

Specifies synchronization mode for synchronizing unique fields during estimate sharing.
Fields
 
Name Value Description
ChildEstimate 1 Take unique fields from the child estimate.
ParentEstimate 0 Take unique fields from the parent estimate.
ParentThenChildEstimate 2 Take unique fields from the parent estimate if they exist; otherwise, take them from the child estimate.

In this article

Definition