TriggerOn "Done" in Form

TriggerOn "Done" in Form

Anonymous
Not applicable
909 Views
4 Replies
Message 1 of 5

TriggerOn "Done" in Form

Anonymous
Not applicable

Hi everybody,

I have used “TriggerOn” in Master Rule to run rules in special order (Photo 1). Is there any way to use “TriggerOn” for Done in Form? (Photo 2)

Thanks

0 Likes
Accepted solutions (1)
910 Views
4 Replies
Replies (4)
Message 2 of 5

JhoelForshav
Mentor
Mentor

Hi @Anonymous 

I'd suggest just changing the Predefined Buttons of the form to "OK Cancel Apply" for example.

That will update the parameters when the button ok or apply is clicked. Then you can keep your "TriggerOn"-rule as it is.

 

or have I misinterpreted the situation? 🙂

predefButtons.PNG

Message 3 of 5

JhoelForshav
Mentor
Mentor

You could also remove the done button (Predefined buttons = None), Then add your rule to the form (this will create a button that triggers the rule). Then set the label to that button = "Done" 🙂

Then you can remove the "TriggerOn"-lines from the code completely

Message 4 of 5

Anonymous
Not applicable

I know how to remove the "Done" button from the Form, but I do not know how to add my "Done" button to the rule.

Would you please tell me how I can add my rule to the Form and name it "Done"?

Thanks

0 Likes
Message 5 of 5

JhoelForshav
Mentor
Mentor
Accepted solution

Hi @Anonymous 

See this picture 🙂RuleInForm.PNG

0 Likes