Available for of Quick links is not gettng captured in updateset for Employee center

Anusha Anus
Tera Expert

Hello experts, @Ankur Bawiskar  @Mark Roethof 

 

Added User criteria for quick link. But its not getting captured in update set. User criteria is working fine in DEV.
Usually its getting related data in sn_ex_sp_quick_link_user_criteria_mtom. But its not getting stored in updateset.

AnushaAnus_0-1726558295817.png

Why its not getting captured. There is link Add to update set, that only capturing quick link to update set. But not available for data.
Thanks,

Anusha.

1 ACCEPTED SOLUTION

Bhavya11
Kilo Patron

Hi @Anusha Anus ,

 

 Navigate to the sys_dictionary table.
Personalize the list to include the Attributes column.
Filter on Attributes is update_synch=true

This will reveal approximately 300 tables, depending on the platform version, which have the update_synch=true attribute. If the table is not listed for the update that you or the customer is trying to capture, then the update will not be properly recorded within sys_update_xml or subsequently within the intended Update Set. 

 

if you want to push the value of that you can open the records then you can see "Add to update set" 

Bhavya11_0-1728977839740.png

 

that will captured it otherwise you can move xml to other system

 

Please mark helpful & correct answer if it's really worthy for you.

 

Thanks,

BK

View solution in original post

1 REPLY 1

Bhavya11
Kilo Patron

Hi @Anusha Anus ,

 

 Navigate to the sys_dictionary table.
Personalize the list to include the Attributes column.
Filter on Attributes is update_synch=true

This will reveal approximately 300 tables, depending on the platform version, which have the update_synch=true attribute. If the table is not listed for the update that you or the customer is trying to capture, then the update will not be properly recorded within sys_update_xml or subsequently within the intended Update Set. 

 

if you want to push the value of that you can open the records then you can see "Add to update set" 

Bhavya11_0-1728977839740.png

 

that will captured it otherwise you can move xml to other system

 

Please mark helpful & correct answer if it's really worthy for you.

 

Thanks,

BK