In old C/AL development, key groups was solution to show drop downs.
I already have below, and it's working. But i want my drop downs to have several fields. Currently on MonthCode is shown.
In old C/AL development, key groups was solution to show drop downs.
I already have below, and it's working. But i want my drop downs to have several fields. Currently on MonthCode is shown.
Hi Nissay
Do you know how can i change the order of fileds in the dropdown list
Exam:
It worked.
Thank you.
Well, to get the NEW button you should, on your table, use the LookupPageID property in which you specify a list page (which perhaps you should create) for your Months table. In this page you have to set the InsertAllowed property to TRUE (this property means that users can add records via that page ==> NEW).
--
Don't hesitate If you need more details or explanations.
-------------
Please verify my answer if you find my answer helpful. Doing so you'll show other community members that there was found a solution and you credit my help.
-------------
Best Regards,
Hello,
It worked, but i can't see the NEW button to add values on the go for my drop downs
Hi Dickson,
On your table, add a fieldgroup:
fieldgroups { fieldgroup(DropDown;Field1, Field2); }
And add fields you like as parameters to field group.
you can check this link that gives more detailed instructions on how to use fieldgroups : https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-field-groups
--
Don't hesitate If you need more details or explanations.
-------------
Please verify my answer if you find my answer helpful. Doing so you'll show other community members that there was found a solution and you credit my help.
-------------
Best Regards,
In AL you have to do the same. Create a Field Groups on your table called DropDown and insert the fields you want in the dropdown page.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156