Skip to main content
New Participant
March 5, 2020
Question

Reporting on Delegate Users

  • March 5, 2020
  • 2 replies
  • 518 views

Has anyone had luck pulling in a task's delegate approver user? I'm not having luck using this text mode.

displayname=Delegate Approver

listdelimiter=<br>

listmethod=nested(approverStatuses).lists

textmode=true

type=iterate

valueexpression={delegateUser}

valueformat=HTML

Thanks in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

KristenIyAuthor
New Participant
March 5, 2020
@Anthony Imgrund , thank you! I have a test project setup where my approval is delegated to another user, pasted the above in, and still nothing. Hmmmmmmmm..... Kristen Iyall Marketing Technology Transamerica DENVER, CO
imgrund
Employee
March 5, 2020

Hi - two things: 1) if you are just displaying a field with no formulas or anything, you can use valuefield, and 2) delegateUser is an object so you need a field to go with that.

I don't have a task with a delegate approver so can't test this, but I believe you want

displayname=Delegate Approver

listdelimiter=<br>

listmethod=nested(approverStatuses).lists

textmode=true

type=iterate

valuefield=delegateUser:name

valueformat=HTML

Hope that helps.