Reference selector on 2 non-persistent entities

1
Can I use a reference selector on 2 non-persistent entities for a native application? I want to select the compensations based on the category.
asked
1 answers
2

Hey Stijn,

You cannot use a reference selector for non-persistent objects. A common design would be to open a (pop-up) page from a dataview of ‘Compensation’ and show a list of ‘Category’ on that page. You can then use a nanoflow to set the  association from the selected list-item.

answered