Use our Google Custom Search for best site search results.
Search
-
Hi, when you publish your form on content type or library, you have the possibility to add some field(Category for example).
The idea is not to configure your button to start a workflow but to set a field to a defined value (when you click on the button add a rule to set category field to "start workflow" for example). ...
-
Hi, If you have Sharepoitn 2010 you can do it like that without code:
you add a field on your form and bind it on the library (category), set it to some value (step2)when you click on your button (your step 2). You can create a Sharepoint designer WF that will be launch when the field (category) is set to your value (step 2) to grant ...
-
Hi, you can create a new view with all your items and use XML data connection on your data source. You can use owssvr.dll to get an xml of your sharepoint list.
Here a sample:
http://server//_vti_bin/owssvr.dll?Cmd=Display&List={listGuid}&view={viewGuid}&XMLDATA=TRUE
You have to set the URL,the Guid of your list and view
-
Hi Jolya, it is possible to use drop down control on your supplier and code field ?
If yes you can make a filter from "Supplier name" on the field "code" wit that the user will be able to select only the code of the supplier.
-
Hi, unfortunatly the response is "no", a signature make the part of a form read only because the person who have sign it validate this part on his current version, if someone can modify it his signature is just make the signature invalid.
-
Hi, I think you have to do a custom workflow or event handler and it requires code. This forum support Infopath question and yours report in SharePoint I suggest you to post your question on a sharepoint forum.
-
Hi, wich version of Sharepoint do you use ?
-
Hi, have you try to use the "Document" content type?
-
-
Hi, you can use the "ID" instead the "Title", you set your drop down vale as the "ID" and the display name as "Title".