We can define dependency between Integration Component fields by using this User Property.
The EAI Siebel Adapter uses this User Property in defining the order in which the field values are Updated/Inserted.
For Example:
Let us assume we are trying to update Service Request records and would want to update "Status" field and then only update "Sub - Status" field.
i.e "Sub - Status" is dependent on "Status" Field.
In this case, we need to add the Integration Component Field User Property for the "Sub - Status" field.
Name: FieldDependency
Value: Status
Make sure not to get into cyclic dependency while defining the User Property on multiple fields, which will result in an error message.
The EAI Siebel Adapter uses this User Property in defining the order in which the field values are Updated/Inserted.
For Example:
Let us assume we are trying to update Service Request records and would want to update "Status" field and then only update "Sub - Status" field.
i.e "Sub - Status" is dependent on "Status" Field.
In this case, we need to add the Integration Component Field User Property for the "Sub - Status" field.
Name: FieldDependency
Value: Status
Make sure not to get into cyclic dependency while defining the User Property on multiple fields, which will result in an error message.