Hi Experts,
How can we apply D2 Naming defined in config to an existing object through code.
I tried below
String dqlSnapshotAutoLink = "execute do_method with method='D2CoreMethod', arguments='-docbase_name gva01_artwork -user dmadmin -dql_filter \"select r_object_id from mpprf where r_object_id=''" + id + "''\" -create true -autolink true -apply_for_vd true -naming true -security false'";
IDfQuery query = new DfQuery();
query.setDQL(dqlSnapshotAutoLink);
query.execute(session,3);
But this is not working. Anything wrong here??
Regards,
Nitesh