Announcements
Hi, I applied a "Toolbar and List Page" pattern in "CustTable" form Tab Page. In which I added a grid and an action pane but the Comand button(OK) is opening the Form for the new customer, while it should create a new line in the grid.
Look in the create method of the form data source. Most likely this new form is launched when a new record is created in data source.
Hi Bilal,
When you click the New button,it will open a Dialog Page"DirPartyQuickCreateForm".
You can create a normal button and code on its clicked method (Give New to its Label and NormalImage property to make it look like a New button).
public void clicked() { yourDataSource_ds.create(); }
This issue has been discussed many times, You can refer these links:
https://community.dynamics.com/365/financeandoperations/f/dynamics-365-for-finance-and-operations-forum/295540/add-a-command-button-but-it-open-a-dialog-page?pifragment-94775=1
https://community.dynamics.com/365/financeandoperations/f/dynamics-365-for-finance-and-operations-forum/278332/cust-table-form-new-tab-error-in-d365?pifragment-94775=1
I am adding this New Commad Button in "CustTable" form Using Extension can you help me what I can do?
Thanks, Blue Wang
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Abhilash Warrier 635 Super User 2026 Season 1
André Arnaud de Cal... 595 Super User 2026 Season 1
Giorgio Bonacorsi 557