
Signature
k.Ramana Reddy
http://www.GGKtech.com
On Jul 17, 3:36 pm, K.Ramana Reddy(GGK Tech)
<KRamanaReddyGGKT...@discussions.microsoft.com> wrote:
> Hi,
> Is the user enters the value 88,89... in the forms or are you populating hte
[quoted text clipped - 31 lines]
>
> - Show quoted text -
User selects the Assigned to from an already populated drop down, the
point is when i pass this User name as it is in the code to go into
assigned to field in task list, it never works, i then added a manual
task in task list, and filled assigned to with soem user. then i used
sharepoint explorer to see the actual value in assigned to field , and
it was something like 'Number;#Username' e.g '88;#Junaid Raza'. Now i
dont understand what exactly is this 88 or other number, i need to get
this number for each user while submitting the field values and then
concate this number along with user name.....
sunny - 20 Jul 2007 00:56 GMT
the "88" is the user's id in the sharepoint site. you can use the id in the
code to grab the site user instance.
> On Jul 17, 3:36 pm, K.Ramana Reddy(GGK Tech)
> <KRamanaReddyGGKT...@discussions.microsoft.com> wrote:
[quoted text clipped - 43 lines]
> this number for each user while submitting the field values and then
> concate this number along with user name.....
Junaid Raza - 20 Jul 2007 21:22 GMT
> the "88" is the user's id in the sharepoint site. you can use the id in the
> code to grab the site user instance.
[quoted text clipped - 48 lines]
>
> - Show quoted text -
Hi,
I got the solution, i need to use UserGroup web service, it has a
method named GetUserInfo, it is passed User login, and it returns XMl
node of user details including User ID, i extract that ID and use it
in "Assigned to" field and it works.