Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
9 subscribers
Views
1915 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
#SAIL #Records I have created a listView for process backed records referri
nikhilh0001
over 10 years ago
#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
0
ashishd
over 10 years ago
Nikhil, Please apply check for the pv "rf!userRequest" is null or not.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
ashishd
over 10 years ago
Nikhil, Please apply check for the pv "rf!userRequest" is null or not.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data