DocumentSynchronizerTargetType
The DocumentSynchronizerTargetType
enum defines the types of targets that can be used for document synchronization in workflow operations, specifying different destinations for synchronized data.
Accepted Values
Name Value Document 0 TableOnTheDocument 1 DetailsOnTheDocument 2 TableOnTheDatabase 3 ExecuteIntegrationQuery 4 DetailsGridOnTheDocument 5
This enumeration is used to identify and select the appropriate target destination when synchronizing document information in workflow operations, from document components to database tables and integration queries.