#SAIL #Records I have created a listView for process backed records referri

#SAIL #Records
I have created a listView for process backed records referring to a first index of an array type of CDT. The title is formed by text fields of that index of CDT. The title also refers to a single type process variable for the Serial No. However, I am not able to search using the 'Search' feature for that string as well as the number. I could not understand the solution mentioned in this post: (forum.appian.com/.../f-98095) . Any further help is appreciated. Here is the rule that I have used to create the listView:
with(
local!title: rf!userRequest[1].FIRST_NAME & " " & rf!userRequest[1].LAST_NAME & " - New Request # " & rf!UpdatedRequestValue,

'type!{www.appian.com/.../2009}ListViewItem'(
title: local!title,
timestamp: rf!pp.startTime
)
)...

OriginalPostID-120895

OriginalPostID-120895

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data