- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 12:59 AM
On clicking of update button, screen is not redirecting to some random page, I want it to stay on same page after updating record, it should go to list view or particular page.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 01:03 AM
If the update UI action is redirecting you to a random page..
Please add this following line in the UI Action
- action.setRedirectURL(current);
This will redirect you to current page of the record.
Please like or mark correct based on the impact of response.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 01:03 AM
If the update UI action is redirecting you to a random page..
Please add this following line in the UI Action
- action.setRedirectURL(current);
This will redirect you to current page of the record.
Please like or mark correct based on the impact of response.