Does anyone know if it's possible to specify the entity delegator you want to use in a simple method instead of using the "default" delegator?
I know you can do it from a Java service but I would like to do it from a simple method if possible. We have an ofbiz application that uses two delegators. The first delegator is the default one and points to a local ofbiz database. The second delegator is use to access a remote ofbiz database. Simple methods would be very convenient for us passing data between the two databases. Thanks, Brett
