Hi.
Is there any way of applying a retention policy using DFS code?
I'm trying to find some reference, but there is nothing available.
I think I can get the policy id using this query select "r_objecty_id from dmc_rps_retention_policy where object_name = '<policy name>'" and then set the i_retainer_id attribute in the object which I want to retain.
Do you think this could work?
Thanks in advance