- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2024 08:14 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2024 08:22 AM
Hi @Rosy14,
you can make a flag in the server script for page reload
for example in server script add "data.refresh = true" where your condition is met to reload the page
In client script add this line to refresh the browser after if sees the flag
if(c.data.refresh == true){
location.reload();
}
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Varun

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2024 08:22 AM
Hi @Rosy14,
you can make a flag in the server script for page reload
for example in server script add "data.refresh = true" where your condition is met to reload the page
In client script add this line to refresh the browser after if sees the flag
if(c.data.refresh == true){
location.reload();
}
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Varun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2024 03:04 AM
Hi,
its showing a grayed out page.
record is updated but page is showing like that.. any idea?