Hi everyone
Is there a way to create a resource object (like an AOT resource object) in code?
I found the ResourceNode class which allows you to deal with an existing AOT resource liek this (
community.dynamics.com/.../253411), but is there code that allows you to create a resource in code, and then use it?
I've tried things like:
ResourceNode resNode = new ResourceNode('Resource');
resNode.filename(filename);
but this doesn't work.
I'm also trying to create a resource in the AOT, and then change its content in code.
I'm not sure it's possible, but just want to check...
Thanks