Button Save - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

Button Save

Last post 10-06-2016 04:00 PM by Hilary Stoupa. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 09-27-2016 04:17 AM

    Button Save

    My form has two buttons "Submit" and "Save". Submit will submit the forms library and Save will save it like a Draft Version in library and client can change and after to submit the form. The requirement is: when the client click in "Save" the rule for check if fields with * have value, in this case, doesn't run. How I make the Save Button to that? By code?
  • 10-06-2016 04:00 PM In reply to

    You may have to go with custom validation instead of just setting fields to can't be blank. Add a field to your main data source called "status" - when the user clicks the Submit button, set status to submitted. Add validation rules to your fields that have the condition that the field is blank and status = submitted. Then the validation rules only fire when the form had been submitted. You can also clear the errors with code, but validation rules are easier.
    Hilary Stoupa

Page 1 of 1 (2 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.