Just started with my first Solutionmodel but have problems already creating a new form.
I use the Servoy crm data.
This should show an empty form, but I get an error saying that ‘dynamicform’ already exists, and that does’nt.
var myForm = solutionModel.newForm(‘dynamicform’, ‘example_data’, ‘customers’, ‘svy_Cherry’, false, 800, 600)