Notifications
Announcements
No record found.
Best regard;
Does anyone please know how to add a new field in a registration form in dynamics 365 business central, or documentation about it?
Thanks
Hi,
Here are some documentation around that process.
docs.microsoft.com/.../devenv-extension-example
Hope that helps you further.
Hi, Just a very simple example, adding a new field to customer table and display to Customer Card page.
tableextension 50117 MyExtension extends Customer { fields { field(50100; ZYTest; Text[100]) { Caption = 'ZY Test'; DataClassification = CustomerContent; } } } pageextension 50117 MyExtension extends "Customer Card" { layout { addafter(Name) { field(ZYTest; Rec.ZYTest) { ApplicationArea = All; } } } }
And some learn path in MS Learn:
Get started with development in Microsoft Dynamics 365 Business Central
Learn the application foundation with the AL programming language for Microsoft Dynamics 365 Business Central
Discover the foundation of customizing Microsoft Dynamics 365 Business Central
Build reports for Microsoft Dynamics 365 Business Central (Report)
Learn about the data management foundation in Microsoft Dynamics 365 Business Central (XMLports & Query)
Tailor roles and design the UI for Microsoft Dynamics 365 Business Central (Role, Assisted Setup, Notification, UI)
Work with essential development standards for Microsoft Dynamics 365 Business Central
Hope this helps.
Thanks.
ZHU
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 3,143
Jainam M. Kothari 1,694 Super User 2025 Season 2
YUN ZHU 1,067 Super User 2025 Season 2