Method Execution
=============================================================
EXECUTE do_method WITH method = '<method_name>', arguments = '-<parameter> <paramter_value>';
Applying D2 config to particular object in D2
==============================================================EXECUTE do_method
with method = 'D2UpdateChildACLMethod',arguments = '-docbase_name
<docbase> -user_name <username> -password <password>
-acl_config_name "Cat 1-3 Controlled Document Security Model"';
Applying D2 config (Lifecyle) to particular object in LSQM/LSRD
==============================================================
EXECUTE do_method with method = 'CDFApplyD2ConfigurationsMethod',arguments = '-docbase_name "%REP_NAME%" -user_name "%INST_OWNER%" -password "%INST_OWNER_PASSWORD%" -qualifier "cd_common_ref_model(all) where r_object_id =''<r_object_id>''" -verbose true -auto_naming false -auto_linking false -new false -security false -state_transition "<Lifecycle_state_name>"'
Applying D2 config (Auto Linking) to particular domain in LSQM/LSRD
==============================================================EXECUTE do_method with method = 'CDFApplyD2ConfigurationsMethod',arguments = '-docbase_name "%REP_NAME%" -user_name "%INST_OWNER%" -password "%INST_OWNER_PASSWORD%" -qualifier "cd_common_ref_model(all) where domain in(''Labeling'',''Regulatory/Administrative'')" -verbose true -auto_naming false -auto_linking true -new false -security false -delete_empty_folders /Regulatory'
NOTE : Query criteria should be in double single quotes NOT double quotes