
Hi,
I am a AL business central developer. i would appreciate if somoeone from business central developer can help me to add checkboxes in Dialog. as shown in image below
First create a text constant , for example :
Name ConstValue
ShipInvoiceQst &Ship,&Invoice,Ship &and Invoice
then show it using STRMENU command :
Selection := STRMENU(ShipInvoiceQst,3);
IF Selection = 0 THEN
EXIT(FALSE);
//continue for 1,2, and 3 option
https://docs.microsoft.com/en-us/dynamics-nav/strmenu-function--dialog-