Skip to main content
Answer

Display dialog box by code

  • March 26, 2021
  • 1 reply
  • 1339 views

SadokHanini
Freshman II

Hello,

 

I created a dialog box see below
 

 

and i want to display it by code 

It’s possible ?

 

Thanks for your feedback

 

Best answer by Naveen Boga

Hi Sadok,

To invoke the Pop up from the code, you need to use the below code.

 Eg: ViewName.Ask()


Here is the: https://asiablog.acumatica.com/2015/11/using-smart-panel.htmlsample

1 reply

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • Answer
  • March 26, 2021

Hi Sadok,

To invoke the Pop up from the code, you need to use the below code.

 Eg: ViewName.Ask()


Here is the: https://asiablog.acumatica.com/2015/11/using-smart-panel.htmlsample