Issue in reference selector field

0
Hi ! I have a master table called ‘Department’. I have used reference selector in another page to list the departments for the users to select. I have attached the images of my pages below.   Issue is : It displays data lwhich is not in the department table. Please help! Below is the domain model. I have also attached the association that i have given in sign up page .
asked
2 answers
0

Check what contents does your DB has in the Department Table.

Check this link

Once done, do a select query on your Department Table and see its contents.
If you dont like some of the contents(which somehow got in), delete them and then preview your page. 

 

EDIT:

Can you also show a picture of your SignUP page, Department Dropdown > which association you have selected? Please attach Screenshot of the Studio Pro.
Could it be that you have another Department Table(Entity) somewhere else which is selected in Studio Pro for the SIgnup Page?

answered
0

I think you may check the attributes in the entity that are association with another entity.

answered