- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2024 12:34 AM
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.
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 12:39 AM
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"
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 12:39 AM
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"
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