1

I have a task list that has a field AssigneTo which takes a user via the people picker. I can get the list item I need but I have no idea how I would access the oject being returned for the AssignedTo field.

I have tried

var theUser = listItem.get_item('AssignedTo')
alert(theUser.get_loginName());

and just using

 listItem.get_item('AssignedTo').toString()

1 Answer 1

1
listItem.get_item('AssignedTo').get_lookupValue();
0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.