Page Actions.

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 code which I can use in this program??

Thank You,

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?

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.