You can use the below DQL to
change the object type for one or more folders depending on certain criteria:
change <current_type>
object(s) to <new_type> where <qualification>
In your case, it should be:
change dm_folder object to
<custom_type> where r_object_id = ‘<object_id>’
where <custom_type> is
your custom type name
and <object_id> is the
r_object_id value of the folder that you want to change its object type
No comments:
Post a Comment