Notifications
Announcements
Hi there,
I am wanting to understand how I can customize the existing Budget Buffer table in AL code to add more (new) fields to the existing key.
Is this possible and what could be the repurcussions
Thanks in advance
You have to find a design that allows you to integrate your Extension without a modification of the base application (core functionality).That is the new reality since Business Central. The "good old" NAV days are over :-)
THanks for this answer.
How would you go about modifying the uniqueness of a table record without adding new keys to the existing key in the table?
hi,
You can't amend the Primary Key using a Table Extensions:
docs.microsoft.com/.../devenv-table-keys
With the Spring '19 version you have to do the modification in C/SIDE.
It will be possible with the Autumn '19 release to amend the base application in AL.
Problems could be that you miss an update in the code (you have to check each GET for that table) and you are loosing the flexibility to install a CU or major release. So, in other words, I wouldn't do it.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to a top community star!
In our never-ending quest to help the Dynamics 365 Community members get answers faster …
Welcome to the next edition of the Community Platform Update. This is a status …
Stay up to date on forum activity by subscribing.