Specifies whether or not the incoming unique ID sequence will be preserved in the unique identifier table.
If set to true, the unique ID is not committed until the business object is successfully processed in the destination application. All other processes attempting to access the unique identifier table must wait until the transaction is committed.
If set to false, the unique ID is committed when the business object requests it. The business object processing and the unique ID processing each have their own transaction block (internal to the connector). This is only possible if the transaction relating to the unique identifier table has its own connection.
If the PreserveUIDSeq property is set to false, then at runtime the number of open database connections is the sum of this value plus 2.
Default value: true
Possible values: true or false