ScreenDisplay Dialog Customization

kaelumchaikaelumchai Member Posts: 7
Hi,

I'm trying to customize the pop-up dialog in Microsoft Dynamics NAV 2018 - LS Retail POS. I've attempted to debug the session, but I'm unable to determine the specific profile it's using in the POS Panel. Could you please guide me on where I can modify this pop-up?

ScreenDisplay(pText : Text[250])
IF PosType = PosType::Html THEN
HtmlPOS.ScreenDisplay(pText)
ELSE IF PosType = PosType::UnitTest THEN
TestPOS.ScreenDisplay(pText)
ELSE
DotNetPOS.ScreenDisplay(pText);

h3hkaavv4yn5.png




Sign In or Register to comment.