Dependency using reference type field

ArpitaVK
Tera Expert

I have 3 tables A, B, C and having dependency on each other. B is dependent on A and C is dependent on B and A. We have used reference type field to make the dependency. In the catalog item, we have created 3 variables for 3 tables and want to make dependency as like in the platform tables. We have added the Reference Qualifier on B and C variable but it is working for B variable and some of the data in C variable. How we can resolve the issue in C variable?

 

Thanks in advance!

1 ACCEPTED SOLUTION

Rushi Savarkar
Kilo Sage

Hello @ArpitaVK 

 

To resolve the issue, please verify below points:

1. Verify the reference qualifier on the C variable

2.  You may need to change the type of the field from reference to List type in the platform view if there are multiple dependencies on the C variable.

3. Before changing the type of the field, please verify the data you are receiving.

4. After changing the type to the List, please verify the reference qualifier condition again on the C variable.

5. If you are not getting values in the C variable, then there is a problem with "mismatched sysIDs". 

Thank you!

If my response helped you, please accept the solution and mark it as helpful.
Thank You!

View solution in original post

2 REPLIES 2

Rushi Savarkar
Kilo Sage

Hello @ArpitaVK 

 

To resolve the issue, please verify below points:

1. Verify the reference qualifier on the C variable

2.  You may need to change the type of the field from reference to List type in the platform view if there are multiple dependencies on the C variable.

3. Before changing the type of the field, please verify the data you are receiving.

4. After changing the type to the List, please verify the reference qualifier condition again on the C variable.

5. If you are not getting values in the C variable, then there is a problem with "mismatched sysIDs". 

Thank you!

If my response helped you, please accept the solution and mark it as helpful.
Thank You!

@Rushi Savarkar, Thanks for your solution. There was a problem with mismatched sysIDs. After changing the type to List, we were able to map the unique values in the data.