The CreatorCon Call for Content is officially open! Get started here.

Reload form using Business rule

Vaishnavi20
Tera Expert

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!

 

5 REPLIES 5

Vaishnavi20
Tera Expert

@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.