How to populate a table with values selected in a dynamic dropdown?
0
This is my domain model for new element creation with various fields. within this, PGL Area, Category 1/2/3 are all dynamic dropdowns and DataPopulator is my NPE. Now, i am unable to populate my table with the values i select in my dynamic dropdowns. I have added extra columns manually to the table, and selected their DataSource to <MiB.MiBElement_PGLArea2/MiB.PGLArea2/MiB.PGLArea2.Name> however it is not getting populated. The data source for the dropdown of PGL area for new element creation is <DataPopulator_PGLArea2/PGLArea2/Name> There is no option to select same data source for pgl area column in the table.
asked
Pranav Goel
1 answers
0
did you set security settings? and is the user allowed to read the values?