#AutoLink
#=====================================================
select r_object_id,object_name,"path","type" from d2_link_config where object_name IN ('{auto_link_name}') and i_position = -1 enable(row_based);
#Autolink applied Context
#======================================================
select cnf.r_object_id,cnf.object_name as auto_link,mtx.documentset_name from d2_link_config cnf,d2_documentset_switch mtx where mtx.object_name='d2_link_config' and any mtx.config_name='{auto_link_name}' and any mtx.config_name=cnf.object_name and i_position=-1 enable(row_based);
No comments:
Post a Comment