Hi
Why isn't lookupValue work in a task list? It works great with a custom list. It returns undefined. Here's my code:
if (currentUser.get_title() == oListItem.get_item('AssignedTo').get_lookupValue()) {listItemTitle = oListItem.get_item('AssignedTo').get_lookupValue();
}