Selecting Pop up modal dialogs - Testing

DevoNAV
Member Posts: 1
Hi all.
I am page testing the Sales Order Post method in NAV 2017. I am having trouble activating the pop up modal dialogs.
1. When I create a new Item, the "Select an item template" dialog appears, prompting me to select a template. I need to know how to do that in C/AL.
2. When I post the Sales Order, the "Ship - Invoice - Ship and Invoice" dialog appears, same as above.
Really the problem is how to access the dialogs themselves. I know I can use the <testpage>.OK.INVOKE method, but How do I get access to the dialog?
Any help would be greatly appreciated as I can't find much documentation on this
I am page testing the Sales Order Post method in NAV 2017. I am having trouble activating the pop up modal dialogs.
1. When I create a new Item, the "Select an item template" dialog appears, prompting me to select a template. I need to know how to do that in C/AL.
2. When I post the Sales Order, the "Ship - Invoice - Ship and Invoice" dialog appears, same as above.
Really the problem is how to access the dialogs themselves. I know I can use the <testpage>.OK.INVOKE method, but How do I get access to the dialog?
Any help would be greatly appreciated as I can't find much documentation on this
0
Answers
-
Either use PAGE.RUNMODAL (for the Select an Item Template style, see function NewItemFromTemplate in table 1301)
Or use the STRMENU function (for the Ship/Invoice/Ship and Invoice style, see function Code in codeunit 81)
Edit - oops, I see you are running tests. Can't help you with that.Jan Veenendaal0 -
Page 684 Date-Time Dialog
Date0 Date
Time0 Time
SetDateTime(DateTime : DateTime)
Date0 := DT2DATE(DateTime);
Time0 := DT2TIME(DateTime);
GetDateTime() : DateTime
EXIT(CREATEDATETIME(Date0,Time0));
0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions