You can add fieldgroups, but you can't modify existing field groups. Create a new area called "fieldgroups", just like "Fields" or "keys". Here's an example from my 'Book' table:
You can add fieldgroups, but you can't modify existing field groups. Create a new area called "fieldgroups", just like "Fields" or "keys". Here's an example from my 'Book' table:
So I can use fieldgroups in my extension if I have a new table in my extension but I cannot use fieldgroups in my .al file that extends an existing table. Any suggestions on how to change the fields shown in a dropdownlist for an extended table?
Theo van de Ven
Technical Consultant | System Administrator
AL is a new development enviroment in NAV 2018. Thanks for sharing this valuable information, it was quite useful. if you wish to know more abot AL in Microsoft Dynamics NAV 2018 i would suggest you to visit this blog AL in NAV
Simply, they choose example with Table which comes with defined DropDown value.
In your example Table "Item Vendor" comes without definition for DropDown.
I found a solution.
Fieldgorups must be placed after Keys declaration. If you would order in ascending or descending mode by some fileds, you need to create an additional key contains which fields would you order.
I hope is helpfull to you
Answers
RIS Plus, LLC
RIS Plus, LLC
Technical Consultant | System Administrator
Rainbow Crossmedia BV
Bosmanskamp 63
4191MT Geldermalsen
julkifli33
please try to use it like:
fieldgroups
{
addlast(DropDown; "More Descriptive Option")
{
}
}
So, you can only add last Field(s) to existing fieldgroup.
in my case i am using "Item Vendor" table
Who need that at all?
Let's ask someone from Microsoft, what was the BIG/bug idea?
i am not sure how do they do it here.
In your example Table "Item Vendor" comes without definition for DropDown.
Fieldgorups must be placed after Keys declaration. If you would order in ascending or descending mode by some fileds, you need to create an additional key contains which fields would you order.
I hope is helpfull to you