Hi experts,
i have requirement that i need to change the ACL while creation of search template. Please any body tell me how can i reach this.
What client are you using?
Assuming Webtop, then extend and customise the savesearchtemplate
You will need to change the saving code in java file
com.documentum.webcomponent.library.searchtemplate.SaveSearchTemplate
Hi,
Thanks for the replay.
I have seen the code, but i did not find where should i write code. i find the save method but there is no method to set the acl and in this they are using Isearchtemplate service to create a search template.
WDK uses DFC, so you should be able to call DFC methods in WDK code as long as you have reference to the object.