Unable to find the association for Reference Selector

0
Hi, I have 3 entity Project→ ProjectUser→ Request as below.   While creating the request , I need to select the Project which belongs to ProjectUser but I am unable to find the ProjectUser_Project Association       How Do I get the association?   for example: User have tagged to 2 projects in the ProjectUser Entity. then While that user creates the request it should show the 2 project in the reference Select so, he can select which is required to select.   Please help.   Thank You, Arun
asked
2 answers
2

The reference selector is meant to associate an object. You can only associate an object via a direct association. That’s why reference selector will not work when you need to show an object associated to an associated object.

If you only want to display the content, you can use a label. In a label you can create a parameter that is showing data from the object or from associated objects.

answered
0

Have you tried “Database” as a data source and selected the desired association by yourself?

answered