Creating a Custom Entity View

Hi All,

I have a question regarding creating a custom entity view.

For example, I have multiple user entities, and I would like to check each one against a reference list and display a description or statement about the user. How can I achieve this for all the users?

I attempted to implement this, but the view only displays information for one user entity and does not loop through all the users present in the case.

Any guidance or suggestions would be greatly appreciated. Thank you!

0 3 236
3 REPLIES 3

I think there are 2 candidate actions ; Tools - Check List Subset , Siemplify - Is In Custom List . But I think you might need to pass the entities as a list if you could not use the existing entities filter.

which specific function fails?

I have had several functions that I have used that do not handle the , or ; input.

I've copied those functions and then modified them to detect a , or ; and spilt into a list and then looped the function being called. 

You can create a test case, go to the IDE, run the function against your test case, and see what it provides back. 

 

i'm looking to use entities and use action is in reference list and if entity exists in Reference list  then display a custom entity insights

can anyone else provide answers ... because we have mapped those entity i want leverage it and check in the reference list and display a custom entity insights for all the entities (eg : all users)