#Records Hi, There is a process variable of type document in my proces

#Records
Hi,
There is a process variable of type document in my process.The document is basically an image stored in Documents. Now while creating records, I need to show the value of this process variable , which is of document type(so, actually I need to display an image mapped in that process variable) in the details section of record. But I am not able to do so.
This is what I am using in List View Template:
='type!{www.appian.com/.../2009}ListViewItem'(
title: rf!company_information.name,
details: "'/suite/doc/"&tointeger(rf!buyerResearchProgress)&"'"
)

Any Thoughts on this?
Thanks in advance....

OriginalPostID-70042

OriginalPostID-70042

  Discussion posts and replies are publicly visible

Parents
  • Can't I use any process properties on my records if I am creating a Process Backed Records. For example in my process wherever I needed a start time and Process Initiator, I was not storing them in any process variables. I was using pp!initiator and pp!starttime everywhere. So is there any way wherein I can use these both on my records too? I want these two on my records page.
Reply
  • Can't I use any process properties on my records if I am creating a Process Backed Records. For example in my process wherever I needed a start time and Process Initiator, I was not storing them in any process variables. I was using pp!initiator and pp!starttime everywhere. So is there any way wherein I can use these both on my records too? I want these two on my records page.
Children
No Data