Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (5 items)
-
check this link :
https://www.qdoscc.com/blog/how-automatically-retrieve-current-username-infopath-sharepoint-list-form
-
I think i solved it.
By creating a new calculated value and use "Equal" for both of the multi value choice fields with count.
If count >1 then I can restrict user.
count(dfs:dataFields/my:SharePointListItem_RW/my:AuthGroups/Value[. = ../../my:AuthGroupsRW/Value])
-
Hi,
-Value[Name = "PreferredName"]
Value will be coming from - GetUserProfileByName - Data Connection which is you can get from below link:
https://www.qdoscc.com/blog/how-automatically-retrieve-current-username-infopath-sharepoint-list-form
-
Hello,
First you need to create a field which contains all approvals, like field TotalApproval = Approval1,Approval2,Approval3, ... and so on.
Then on the SharePoint Designer Workflow : Create a loop and follow these steps:
For example: please follow attached sample workflow
-
Hello, I have infopath2013 form having 2 multi value choice list. These choice list values coming from other list and having the same values. My requirement is that when user select any value from choice list 1, then the same option should be removed from choice 2 or disabled. The objective is to restrict user from selecting same value.
If hide ...
Page 1 of 1 (5 items)