Use our Google Custom Search for best site search results.
Search
-
Try doing the following - this oddly worked for me, but it is not a solution, hopefully a better way to narrow down the problem: https://social.technet.microsoft.com/Forums/office/en-US/3fb58f74-9cac-459a-acd2-f6f0dd48602d/infopath-populating-peoplegroup-field-works-on-create-but-not-on-edit?forum=sharepointcustomizationprevious
Thanks,
Jesse
-
I am having the exact same issue. It works perfectly when I create an item, but if I try to run the same rules from the same button, it does not accept the same values. I looked into the ULS logs and found these errors: Failed to get SPGroupName from GroupID. Error Message: Group cannot be found. Callstack:
at ...
-
This can be achieved using the GetUserProfileByName SOAP Web service. You can use the UserName() as the parameter for the query. If you are using claims authentication, you need to substring the username to isolate the domain/username only. There is a detailed description ...
-
Hi-
I have a scenario where there are a few data connections hooked up to a primary form. One of those data connections is connected to an assignment list. It consists of 3 columns (Warehouse(Text), Primary User(People/Group), Secondary User(People/Group). This list is meant to be a dynamic source that my main form uses to determine ...
-
That worked great. Thank you very much, Jimmy!
The final working URL was:
concat("http://webapp/_vti_bin/listdata.svc/ProjectList?$filter=substringof('", ProjectSearch, "',", "ProjectIDAndTitle", ")")
Thanks again!
Jesse
-
Hi - I have a data source I would like to filter with a simple search box. By pressing a 'search' button I want to insert the value in the search box into the rest URL and query the data source so only the searched results appear in the dropdown box. The problem I am having is determining where/how to coordinate the quotation marks to ...
-
Thank you. I worked with the user. I believe I narrowed it down to the machine. The user logged onto a different computer and submitted the form successfully. I attempted to clear the cookies, but he still gets the error. Any ideas on other IE options that could be causing issues? It is IE 9.
Jesse
-
No - thank you for your response. The form is very simple. It has a people picker field and a date field. I have had similar issues in the past that did have filters (cascading dropdown controls).
Jesse
-
Thank you for your response. It shows up on the users end and has a related correlation ID. It is when they submit the form that the error stops them. It closes the form after accepting the error message. The message that is generated on the server is:
Request: /_layouts/Postback.FormServer.aspx Exception occurred ...
-
Hi -
I have recently been running into an issue where some clients in my environment are unable to fill out simple forms due to this error:
Unhandled exception when rendering form System.Web.HttpRequ
estValidationException: A potentially dangerous Request.Coo
kies value was detected from the client ...