Hi, I have an entity backed record and I am using a rule for listview

Hi,

I have an entity backed record and I am using a rule for listview as below

{title: concat(rf!FirstName," ", rf!LastName, " (", rf!ADLogon, ") ", rf!RegionalJobTitle),
details: concat("CJF Job Title: ", rf!CJFJobTitle , char(10),
"CJF Job Level: ", rf!CJFJobLevel , char(10),
                    "CJF Code: ", rf!CJFJobCode , char(10),
"Company/Entity: ", rf!CompanyName, "/", rf!EntityName , char(10),
                    "Location: ", rf!Location , char(10),
"Region: ", rf!Region , char(10),
"Email: ",rf!Email                                         
)
}


When I try searching the records nothing is returned back.
If I replace the call to the rule with the expression directly inside the record definition List View Item Template, the search starts working.

In both the scenarios the listview is displayed properly and dashboard also renders fine.

I tried simplifying the rule to render the listview, even with the first name in ...

OriginalPostID-161363

OriginalPostID-161363

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data