Adding Records

I’m not exactly a programming guru but am trying to fiddle around with Servoy at my university. Currently I’ve been looking through the Servoy Developer User/Reference Guides for how to create new Records using functions. No luck thus far. I was wondering if somebody could help me write such a method. Let’s say for example that:

I have a form called “testForm”
And a field called “testField”

Help is much appreciated.

I think that the function you are looking for is:

controller.newRecord();

However, I think that you are better off if you view the free video tutorials at: http://www.servoyuniversity.com/.

The free tutorial are:

Getting to Know the IDE (Servoy Developer)
Working with Solutions
Working with Databases
Servoy Concepts
Downloading and Installing
Connect to Databases
Create your First Solution
Working with Forms
Launching the Debug Clients
Forms within Forms
Implementing Business Logic
Exporting a Solution
Starting the Application Server
Importing a Solution

Thank you. I really appreciate the help!

You can also find tutorials here.