How Can Edit and delete when relationship between two entity Many to Many
when i click edit the screen for details open without drop down no value how can fixed it
and how can delete any item when i click delete how can do that
as in demo attachment
Hello Andrew,
I'm not entirely sure what you are asking here, but I will take a guess and maybe you can elaborate?
when i need edit Holiday i click on the button for edit or click on name of holiday Gives me a screen to edit without the name of the country i need all details show on screen for edit
Ah, I understand. You need to populate the SelectedItemsList on DropdownTags. You can create an aggregate that queries countries by holiday id, and then use that list as your SelectedItemsList
Hi Andrew,
Made some changes to the oml initial list, as well as to your logic. It is not perfect as it is, should be improved the edit logic, but I believe it is what you need.
Regards,
hello i found problem when i need edit then enter screen for edit the country in dropdown tag selected empty i need show this value of selected country
Hi,
You are mentioning that the countries list it is empty when editing an element of list of the main screen?
I've tested the app once again. When you're editing, the countries previously selected and associated are shown as expected. Can you please better explain the problem you found?Regards,
I updated the delete action please see the attached oml, please see if you are looking for something like this? If your requirement is different please let me know .
-PJ-
I did some changes to populate selected countries in Edit as well , please see the attached oml.
thanks