I have a case to show employee records on Tempo report. The record data get from

I have a case to show employee records on Tempo report. The record data get from Data Store. Can I show the image of each record list with initiator image? How to do that? ...

OriginalPostID-92512

OriginalPostID-92512

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Can you check following rule is present or not in your environment.

    rule!APN_listViewTemplateUser
    if no rule is present by such name you can use below expression
    type!ListViewItem'(title: ri!title, details: ri!details, timestamp: ri!timestamp, image: rf!inputBy)

    2. You can test your expression by hard coding the username
    type!ListViewItem'(title: ri!title, details: ri!details, timestamp: ri!timestamp, image: touser("ajinkyabendre"))
Reply
  • 0
    Certified Lead Developer
    Can you check following rule is present or not in your environment.

    rule!APN_listViewTemplateUser
    if no rule is present by such name you can use below expression
    type!ListViewItem'(title: ri!title, details: ri!details, timestamp: ri!timestamp, image: rf!inputBy)

    2. You can test your expression by hard coding the username
    type!ListViewItem'(title: ri!title, details: ri!details, timestamp: ri!timestamp, image: touser("ajinkyabendre"))
Children
No Data