Hi guys,
This question may have been on the list a little while back but I can’t seem to locate the thread. I’m looking for the CB setting to disable caching of models so that whenever I make a change to the code I don’t have to fwreinit.
I tried doing this:
//Model Integration
models = {
objectCaching = false
};
…however, now i’m getting errors which my code is trying to find an injected model, service, etc.
Am I approaching this correctly?
Thanks.
Nolan