No reason to assume that you’ll have to do everything yourself. The system library is getting more and more useful functions, check this out:
Tag Archives: Dialog
I’m asking the questions around here in Business Central!
In this video, I go explore how to ask a user a simple yes/no question. Check it out:
Customize Post StrMenu or Dialog option at the time of Sales Posting in D365 BC
(1) In this blog, we will make an extension to change the menu or dialog option at the time of Sales Order Posting or Sales Return Order Posting.
(2) First, we will open Sales Order Document and Press Post Button (Shortcut Key F9) as shown.
Handy Date-Time Dialog in Business Central
Did you ever need a DateTime field in your Business Central extension?
I recently added, in one of my customer extensions, a DateTime field, and wanted to allow users to not only record a date, but also a time.
Dynamics 365 Business Central: Date-Time Dialog
Today I would like to talk about the best practice for entering DataTime values in Dynamics 365 Business Central.
First, let’s look at what the DateTime Data Type is.
The best practice for confirmation dialog box in Dynamics 365 Business Central (Using Codeunit 27 “Confirm Management”)
Today I would like to talk about the best practice for Confirm dialog box in Dynamics 365 Business Central.
As you might know, you can use Dialog.Confirm Method to create a dialog box that prompts the user for a yes or no answer. The dialog box is centered on the screen. This is very easy.
Can we have a dialogue about dialogs?
Recently, I got a question about the little dialogue boxes that sometimes pop up while Microsoft Dynamics 365 Business Central is working. In this video, I should how you can use dialogues in your own code.