Hi!
I want to setup a dropdown with a default value in edit form.
I have two List with OneToMany relation:
User{ ID, Name, Surname}
Book{ID, Title, Author, ID_User} In the edit form of book i load the dropdown value with Choices([@Book].ID_User).
In the DefaultSelectedItems i have Parent.Default (example: 201, soo this is the corespondent User) but i want to setup another correspondent User(for example the ID_User 52)
I try with a LookUp and Filter but not work.
How can i setup?
Thanks