Page Actions.
Rajat_M
Member Posts: 34
Hello Experts,
I have been asked to Create a blank page having fields with Data Types: Course Code – Code, Course Name – Text, Type – Option (Select, Instructor
Led,e-Learning,Remote Training), Duration – Duration, Price – Decimal, Passing Rate –
Integer.I have also been created a “Course Table” with those same fiels.
Then I need to Add action buttons “Insert”, “Modify”, “ModifyAll”, “Delete”, “DeleteAll” to this page which are insert the values
to “Course Table”. The button will work according to the names given. Eg. Insert button will
insert record, Delete button will delete a record.
Can anyone specify the C/AL codes which I can use in this program??
Thank You,
I have been asked to Create a blank page having fields with Data Types: Course Code – Code, Course Name – Text, Type – Option (Select, Instructor
Led,e-Learning,Remote Training), Duration – Duration, Price – Decimal, Passing Rate –
Integer.I have also been created a “Course Table” with those same fiels.
Then I need to Add action buttons “Insert”, “Modify”, “ModifyAll”, “Delete”, “DeleteAll” to this page which are insert the values
to “Course Table”. The button will work according to the names given. Eg. Insert button will
insert record, Delete button will delete a record.
Can anyone specify the C/AL codes which I can use in this program??
Thank You,
0
Best Answer
-
Check the help file from the development environment. Just search for the words as you typed them here.
Or check msdn, start here: https://msdn.microsoft.com/en-us/library/dd355257(v=nav.90).aspxJan Veenendaal1
Answers
-
Check the help file from the development environment. Just search for the words as you typed them here.
Or check msdn, start here: https://msdn.microsoft.com/en-us/library/dd355257(v=nav.90).aspxJan Veenendaal1 -
As per NAV, if you add a row in table then it will be directly inserted.
But if you have to do it via actions then probably you need to use temporary table and then insert after pressing Insert action into database. but why do you need this?0 -
Hi,
Its seems an exercise for the Development Exam PDF.
I would recommend not to ask these questions and try to learn using Help / MSDN.
We can answer you but with this approach how you will learn sir..
Dont take it otherwise its for your benefit.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page1
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 329 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


