Why is related list not captured in update set ? How to ensure it is part of update set

Snehal13
Kilo Sage

Why is related list not captured in update set despite having update set in progress and selected from picker and making functionality changes under it ? I am trying to move update set from dev to test instance

1 ACCEPTED SOLUTION

Maddysunil
Kilo Sage

@Snehal13 

Few points to check

  1. Update Set Scope: Ensure that the related list changes are within the scope of the update set. If the related list changes were made outside the scope, they won't be included. Double-check the scope settings of the update set to ensure all necessary changes are included.

  2. Dependencies: Related lists often have dependencies on other elements such as UI policies, UI actions, business rules, or scripts. Ensure that all dependencies are also included in the update set. If any dependencies are missing, the related list might not function correctly after migration.

  3. Manual Addition: Sometimes, related lists and their dependencies need to be manually added to the update set. Even though you've made changes under the update set, certain elements might not be automatically captured. Review the related list configuration and its dependencies and add them manually to the update set if necessary.

Please Mark Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.

 

Thanks

View solution in original post

8 REPLIES 8

Brian Lancaster
Tera Sage

Can you provide more clarification? What are you trying to do with a related list. As fare as I know related list will be captured in update sets.

On incident table, I have created a relationship script to show CIs affected by that particular incident. so when you open an incident, all CIs affected by that incident will show on the related list. 

 

While i migrate update set from dev to test instance - - commited update set , I dont find related list on  the test instance after update set installation (state is commited for update set)

Amit Pandey
Kilo Sage

Hi @Snehal13 

 

Related lists are generally captured. But I believe you forgot to capture in first place and now trying to capture with slight modifications in the form itself. This won't work. You will have to do it all over again or as a workaround, you can make those slight changes in the related list as well as it points to different table.

 

Please mark my answer helpful and correct.

 

Regards,

Amit

On incident table, I have created a relationship script to show CIs affected by that particular incident. so when you open an incident, all CIs affected by that incident will show on the related list. 

 

While i migrate update set from dev to test instance - - commited update set , I dont find related list on  the test instance after update set installation (state is commited for update set)