Use our Google Custom Search for best site search results.
Search
-
Kyle
I had this trouble at first. I have Windows 2003 server with sharepoint services v3 with a Infopath 2007 form. I thought I needed the email address and actually you do not. Outlook handled the porcess with just Manager name in a field. Then in the submitting of the form I put the manager field in the ...
-
Jim,
Have that already in web.config
Chris
-
There is no firewall turned right now since this all internal. AD Service is on Sharepoint v3 not 2007
-
hey Matt,
Yes I can
http://electra/adservice/aduserinfo.asmx?op=GetMyInfoGetMyInfoGives the Active Directory properties of the currently Logged In user.TestThe test form is only available for requests from the local machine.
-
The forms have been working great and all of a sudden all InfoPath forms using GetMyInfo are gettings this error. I have restarted the webservice and appliation pools which normally get this working again. Using InfoPath 2003
Error
InfoPath cannot create a new, blank form.
InfoPath cannot open the form. To fix this problem, contact ...
-
Yes I have it. I am playing around with GetUserInfo but still need to type something it and hit the button. Should be able to use GetUserInfo some way in code to get the mangers email address.
-
Clay thanks but not ready to implement that much yet. Just looking to use your AD Service better than I am right now. The user has to type in their managers email address to get the forms to go and this should be filled in for them.
Chris
-
Patrick,
Do you have the code sample since I can not seem to find it?
-
I had same issue and this is how I solved it.
1) Created a text field called managerGet
default value is
Value[Key = "manager"]
Note Value is the Value in ADProp
2) Created second text field that will be displayed on form called singleName
default value is
substring-after(substring-before(managerGet, ","), ...
-
The web.config file in ADService does not contain anything about BP - business portal at all.