Refresh the form via rule script

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
swiftinitpvtltd
Posts: 370
Joined: Sat Apr 28, 2018 3:33 am
Location: India
Contact:

Refresh the form via rule script

Post by swiftinitpvtltd »

I do see Refresh the form icon on forms but in one case I need to execute or click it via rule script in one process or js exec_script 'refresh the form'.
How do I do that?
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Re: Refresh the form via rule script

Post by tford »

EDIT or VIEW the form again ?
Tom - V8.8 build 3137 - MySql / PostGres
swiftinitpvtltd
Posts: 370
Joined: Sat Apr 28, 2018 3:33 am
Location: India
Contact:

Re: Refresh the form via rule script

Post by swiftinitpvtltd »

I used a workaround script and it works-
EXEC_SCRIPT `$('.fa-sync-alt').trigger('click');`
Post Reply