Reload form using Business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 11:57 PM - edited 08-09-2023 11:58 PM
Hello All,
I am facing one issue we have one onLoad client script and from that we are populating one field. So after the record is created through inbound action I have to run after business rule, but in that BR we are not getting that field's value which populating from the Client script. I have tried the async BR still it is not working. Is there any way to reload that case through business rule? or reload the for without opening?
Thank You in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2023 09:42 PM
@Ankur Bawiskar @Peter Bodelier
Thank You for reply, I have used the setForceUpdate(true) in BR and it is working properly as per my requirement.