For a project, we might need to re-link function resources to new rows in the function's entry table when the user either resets or manually re-allocates the device's resources. I know this information resides in the Generic DVE Linker table but instead of modifying the table directly, I should use the ResourceManager API for such changes, as it will ensure to update internal cache references.
Could you please provide an example of an automation script for such a change? Ideally, I would like to give an instance of a FunctionResource and a primary key, such that the resource should be linked to the new specified row after a successful execution.
You an find a code snippet in following question : https://community.dataminer.services/question/code-for-setresourcemessage-request
Thanks, Emmanuel.