How to capture changes from global application to scoped application update set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2020 12:23 AM
Hi,
I have created scoped application and created Test table in it.I have hide Submit UI action on Test table.
And created module in application menu as TEST select type as URL and also give form link to module.
But the main issue isif I take xml of my update set and import it on another instance then the SUbmit ui action is present on the form.
How do I hide it for any other instance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2020 12:48 AM
Hi Ash,
Global modification of files (for ex: modifying global UI action) will not be captured in your scoped application. You have to capture those changes in the global update set and then promote it to the target instance.
- Pradeep Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2020 03:24 AM
yes but by using ui action override the sumbit ui action can be hide from custom table.
can you lease help me to override the ui action?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2020 02:49 AM
Hi ash,
If your submit UI action is local for your table you created,then you can create an update set in the same SN app scope and move the changes through the update set.
Else if it is global one then have to capture those changes in the global update set and then move that.
Please mark if that helps you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2020 03:45 AM
submit ui action is in global application and want to hide it scoped application.I already hide it on custom table but changes on Submit ui action are captured in global and cant move these changes to scoped app update set.