Use our Google Custom Search for best site search results.
Search
-
Hello, I am working on an order form. The catalogue frequently changes so hoping to extract the catalogue from the form and reference via repeating table. This works but I am unable to get the pictures to come across. I have a set field value action on the item drop down that I hoped to use to trigger.
Unfortunately the picture control shows an ...
-
Hello there, I am building a job request form for a surveying department. Sometimes users are required to attach a number of files - often over 5MB which is the limit for InfoPath forms on SharePoint online.
I create a note on the form with a link to a document library asking the user to add a folder to the library and ...
-
Thank you Hilary! Works perfectly!
-
Hello, I am developing job request for surveyors. They request that if a job is submitted after 12pm then the due date cannot be before tomorrow. Would anyone know what the validation rule would be? Thank you!
-
sorry for the delay. I asked the network team for the remedy...
I think in very simple terms, the people picker make a service
call whenever you click ‘check names’ or ‘bring up the address book’... that
call goes to some back-end SP web services but that call should be over HTTPS
not HTTP
That error message is ...
-
Sorry for not getting back straight away Hillary. I found out why this wasn't working. I found
a post about how the Wait action indeed does not fire for OOB workflow status
columns. ...
-
Hi, I would like to copy the workflow status (OOTB Approval 2010 workflow) to a newly created column. The reason is because a timer job deletes workflow history after 60 days and we need to see the workflow status as a permanent record.
My workflow seems to make sense, but it isn't updating the value in the column as ...
-
Thank you for replying, and just to let you know we recently discovered the problem was caused by a security setting on our network.
-
Click the Validator/Check Names button or the Directory button... nothing happens. If the form is published as a web browser form the fields work as expected. It is only Filler.
Anyone seen this? I am publishing to SharePoint Online.
-
Hi there, you post from March... surprised no-one has answered!
To fix this you can use the truncate function. Add a text field for the user's email address and default to the following: substring-after(AccountId, "i:0#.f|membership|")
AccountID is your person lookup field.