Use our Google Custom Search for best site search results.
Search
-
Dear all,
This is a sharepoint designer workflow question. I am working on a review process where a document needs to be routed through an approval process on a regular basis and the frequency is based on requirements from our audit department. We store the information about the frequency of the audit and how much time we have to review the ...
-
Hi, James. I've successfully used the method described in this post:
http://claytoncobb.wordpress.com/2009/06/21/infopath-get-manager-information/
It uses SharePoint user profiles instead of AD, but the principle should be the same.
Kevin
-
Thanks for sticking with me on this - let me step back and articulate my goal, which is to have a meeting agenda form where it is easy for the meeting organizer to manage attendance and assign tasks. They already manage attendance in Outlook, so ideally I would want to enable them to just copy the attendee list from outlook to populate attendees ...
-
OK I've tried editing my post but my internet connection keeps timing out - hoping i have better luck with the quick reply!
Some more info - if I submit 19;#Bailey, Kevin it works fine. If I submit -1;#UniqueLastName (the last name of someone who i know is the only one with that last name) it works fine. Even if I submit -1;#bailek (my domain ...
-
Hi - I _think_ they are. Here's what I see in a task assigned to me:
Bailey, Kevin
And if I look in the xml for the task list I'm trying to write to:
19;#Bailey, Kevin
-
Well, I spoke too soon!
This works fine if I use the email address of the user, but if I use the display name of the user, for example "Doe, Jane" the web service seems to ignore everything after "Doe" and just display the first person in the sharepoint profile database with the last name Doe.
Does anyone know how I ...
-
Thanks, Jimmy. I fixed that and I modified the second rule that checks to see if the NameList is missing the delimiter to add a condition to check to see if the Name field is empty. Without that the second rule was populating the last two rows instead of only the last row.
Thanks again - I think my form is now ready to be published!
Kevin
-
Hi, Jimmy. I tried this and here is what I got:
The insert command results in 1 row being added regardless of the length of the namesList string and regardless of the number of semicolons present. This leads me to think that the count provided by string-length(translate(@Invitees, ";", ",")) is the ...
-
Thanks for this Jimmy. I got the insert command to work but have to run to a few meetings - when I get back I will try the rest. I really appreciate the help!
-
Dear InfoPath Dev gurus,
I am modifying the meeting notes InfoPath template to make it more interactive and to pull pre-populated information in to hopefully make it faster to fill out. For taking attendance, I want to create a custom sharepoint list with meeting names and semi-colon delimited lists of invitees, then have my form query that ...