Reloading a form after business rule executes

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2016 10:43 PM
I have a question. I am wondering if it is possible to reload a form after a business rule executes.
As an example, if a user attaches a file to a record and a business rule executes that moves that attachment to a new location, can I force the form to refresh so that it no longer shows the attachments that were added to the record?
I am assuming it would be client side, I just am not sure on how to code it.
Thanks!
https://youtube.com/watch?v=zYi8KhP9SUk

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2017 09:09 AM
Did you ever find a solution to this? I'm trying to do the same thing.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2017 02:39 AM
hi chaitanya,
you can try this way,
current.state = previous.state ;
gs.setRedirect (current.getLink(true));
change the field value to previous value and refresh the page... may be your problem get solved!! ❤️