Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (4 items)
-
I resolved this by going to the Views to - send a Reciept by Email - etc. Finally, go back to the initial view. Create a new action and "Close" This resolved my similar issue.
Hope it works for you,David Young
IT App. Programmer / Analyst II
-
I ran into this and got a NaN for my ID. So I did a check for a pattern - does not match pattern umm... \d+ (One or more didgit).
If nothing is found I assign 001 to the form ID. I believe this is because the form has not been created on the server. (You would have to do some sort of Pre-save) So I opted to get [VALUE] ...
-
I have created a custom view in a SharePoint 2010 document library.Each time that I update the InfoPath Template for that library, the columns are appended with (seemingly) previously existing columns as well as new - additional Promoted columns.I am moving from Dev to Test and now to Production and have not found a way to save my ...
-
I found that (Seemingly) the case changes - Since it [is] case sensitive, I am translating everything like these to lowercase:
translate(FName, "ABCDEFGHIJKLMNOPQRSTUVWYXZ", "abcdefghijklmnopqrstuvwyxz")
Then compare fields - switch views accordingly. Make sure to do this in the proper order - Form Load --> field ...
Page 1 of 1 (4 items)