Edit a list in a drop down during runtime from a listview

0
Hi, I have a non persistent entity having a list of phone number and phone number type. I am showing the phone number type option to user in a dropdown list like business, alternate, home etc which is editable The scenario is like when user choose one option from the dropdown then that particular option should not be available 2nd time for selection in the dropdown in a listview(in 2nd object of listview). I have enum created for phone number type. Thanks in advance.
asked
2 answers
1

My suggestion would be to create an entity PhoneType, with a record in it for each of the enum values.

Then you could use a reference selector to select the phonetype in your dialogue and restrict the selectable objects with a microflow or xpath.

answered
0

Could u share some screenshots of the pages and the domain model. Otherwise is it guessing for a possible answer.

answered