ui builder reloading a page or a redirecting a page after clicking on button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 07:37 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 10:05 AM
Hi Rahul,
You can use the navigation event to navigate to a different page.
Rather than reloading an entire page, if you want to refresh the data on the page you should refresh the data resources.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 10:07 AM
Thanks @Brad Tilton for reply
i am new in UI builder can you guide me on that part.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 10:09 AM
my requirment is to reload whole browser so that on submit button proties can execute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 10:56 AM
Hi @Rahul Tiwari1 use this code in UI Action to refresh browser action.setRedirectURL(current);
Please mark my reply as Helpful and/or Accept Solution, if applicable.
Thanks,
Siddharam