DAO Groovy

Acces DAO from Grovvy Script

My main issue is to acces the DAO from a groovy script with the "BusinessObjectDAOFactory"

I'm working on project where I want to create a groovy script class to extenalize the "update my object", to not have to modify everywhere everytime something changes.
I have created a groovy scripts from "Development > Manage groovy scripts"

I tried to use the BusinessObjectDAOFactory, but it does really not works.

The code I try to use :

`

BusinessObjectDAOFactory BusinessObjectDAOFactory = new BusinessObjectDAOFactory();

Notifications