hide/show options
-
Saturday, July 14, 2012 6:34 PM
Hi in my project..i have a requirement where in there is a request/application form.I need to hide/show some options if a user selects no/yes.
my manager does not want me to do any coding or customization.I can use info path,Sp designer..I did it through infopath but anyother ways?
And also they need save,submit,cancel buttons at the bottom..
Submit,cancel i did but can anyone suggest how to save the form without submitting.
All Replies
-
Monday, July 16, 2012 2:15 AM
Hi Daniel,
InfoPath would be the best choice for your requirement.
The show/hide portion is covered in detail here. You can review your current approach with following articles:
W.r.t the Submit Form:
InfoPath form can be saved/submitted to multiple locations like Sharepoint List, MS Access, SQL Server, Web Service, Email Message.
You can connect it to datasource, where a new item will be created when user clicks submit button. This is explained here:
Thanks & Regards,
Kamlesh | Blog | Twitter | Posting is provided "AS IS" with no warranties, and confers no rights.- Marked As Answer by Hemendra AgrawalMicrosoft Community Contributor, Moderator Tuesday, February 19, 2013 2:06 PM
-
Monday, August 20, 2012 2:57 PM
I presume the workflows work based on the status of the application. Hence change the status to "Saved" on click of Save.
2 actions would comprise this button
1) Save
Condition - None
Rule type - Action
Run these actions: a) Set field's value : _FormButtonAction = Saved
b) Set field's value: _SaveForm = false
c) Set field's value: _ServiceRequestStatus = false
Another action would be
2) PostBackData
Condtion - None
Rule Type - Action
a) Submit using data connection - (create data connection to your sharepoint library and reference here)
b) Switch to viewSaveAsDraft
Sharepoint Dummy
- Proposed As Answer by SharepointDummy Tuesday, September 04, 2012 12:08 PM
- Unproposed As Answer by Hemendra AgrawalMicrosoft Community Contributor, Moderator Tuesday, February 19, 2013 2:06 PM

