Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
950 Views, 2 Replies

iLogic Form Pause Changes Until Done

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

Labels (2)
JhoelForshav
in reply to: Anonymous

@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

clutsa
in reply to: Anonymous

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