iLogic Form Pause Changes Until Done

iLogic Form Pause Changes Until Done

Anonymous
Not applicable
1,058 Views
2 Replies
Message 1 of 3

iLogic Form Pause Changes Until Done

Anonymous
Not applicable

As you can see below, I have multiple fields in which I want users to be able to changes values. What I don't want the form to do instantly is change the model after each value is changed. What I want the form to do is change the model AFTER the user clicks Done. How can I accomplish this?

 

form field value pause.JPG

0 Likes
Accepted solutions (1)
1,059 Views
2 Replies
Replies (2)
Message 2 of 3

JhoelForshav
Mentor
Mentor
Accepted solution

@Anonymous 

The form has a predefined buttons property. Change to for example "OK Cancel" And the parameters will update when you hit the ok button. OK Apply Cancel will work the same way, but when you hit apply yhe form wont close.predef.PNG

Message 3 of 3

clutsa
Collaborator
Collaborator

There may be better ways.

If you make user parameters for your inputs, and use an iLogic rule to set the model parameters to match the user parameters, you can set the rule option to "Don't run automatically". Then use your rule as a done button on the form.

iLogicVb.UpdateWhenDone = True
d1 = Width1
d2 = Width2
d3 = Height1
d4 = Height2

 

If I've helped you, please help me by supporting this idea.
Mass Override for Each Model State

Custom Glyph Icon for iMates