Reloading a form after business rule executes

John VanBruggen
Giga Guru

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!

Check out my Consultant's Survival Guide
https://youtube.com/watch?v=zYi8KhP9SUk
21 REPLIES 21

Did you ever find a solution to this?   I'm trying to do the same thing.


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!! ❤️