Display list of an attribute from Non-Persistent Entity(NPE)

0
I have a pop up where a page parameter is ClientObjectivesUI(NPE), in this pop up I need to display list of ClientObjectivesNameUI which is from NPE but a list view doesnt take attribute from NPE. How can I achieve this?
asked
1 answers
0

Hi Mohammed,

Here are few things that could help:

  1. Nest your listview of ClientObjectivesUI under the dataview of Client Objective and retrieve via association.
  2. Alternatively, a datasource microflow would also help display the list of values required.

 

Since ClientObjectivesUI is NPE, you would have to write values and adjust depending on the usecase.

Regards,

Radhika

answered