Hey Ian. - ClayFo |
Wednesday, November 14, 2007 3:55 PM
|
Hey Ian.
Have you looked at the AD webservice included with the Database Accelerator
at http://www.qdabra.com?
It is codeless and can do a lookup and return all of the data on a
particular user, return the current user's domain account(not just the local
account which can be different in a VPN or RAS scenario), and verify a user's
group membership.
I use that so I am not real familiar with the MOSS version.
--
Thanks
Clay Fox
Qdabra Software
http://www.qdabra.com
InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com |
 |
Thanks ClayI just need something to tidy up a process - theres no will to buy - Ian |
Wednesday, November 14, 2007 4:06 PM
|
Thanks Clay
I just need something to tidy up a process - theres no will to buy a
solution. There are some web services around on the net that provide some of
the funtionality but I am trying to work under the IT radar. From what I have
seen I should be able to do this relatively simply using inbuilt Infopath
functionality. I'm just missing that vital piece of the jigsaw
Ian |
 |
I'm unfamiliar with the solution, but have you added a rule somewhere (such as - SYMWongATo |
Friday, November 16, 2007 1:32 AM
|
I'm unfamiliar with the solution, but have you added a rule somewhere (such
as on a button) with an Action to "Query using a data connection" and
selected the "GetUserProfileByName" data connection? You need to query the
data connection after you've set the value for the username, otherwise no
data will be returned.
---
S.Y.M. Wong-A-Ton |
 |
Thanks Wong-A-TonThe information you provided worked and the codeless updating - Ian |
Sunday, November 18, 2007 10:31 PM
|
Thanks Wong-A-Ton
The information you provided worked and the codeless updating of user
details is functioning from the user account name which is a great step
forward.
Is there a web sevice (or some other way) that will support a query on Full
Name and either return account name or other profile details?
Thanks
Ian |
 |
I don't know of any, but I'm sure you could write a custom web service to - SYMWongATo |
Monday, November 19, 2007 7:44 PM
|
I don't know of any, but I'm sure you could write a custom web service to
retrieve that kind of information. It might be worth posting your question in
one of the SharePoint groups?
---
S.Y.M. Wong-A-Ton |
 |