Hey everyone,
I'm developing a ProfileLoadScript for a SRM solution.
There are some actions that I need to perform in the element that generates the resource (because not all the parameters are exported to the function DVE). What's the best way to get an element reference based in a Resource ID?
Dear Bruno,
If you are using Function Resources and not "normal" resources, you can cast it to a FunctionResource and in there, you have the Main DVE DMA Id and Main DVE Element Id. Having both, you can use FindElement on the engine with those parameters and do the logic you need.