-
How to invoke a process on action button like delete ?
Hi i need to Invoke a process on the click of action button like delete. right now on click of delete button this happens "displayActionIcon". thanks in advance.
-
xCP 2.1 deployment doubts
Hi Experts, We have only 1 server to deploy xCP2.1 components BAM xMS Agent xCP Application Server Process Integrator We need to deploy the same on Weblogic instances is it feasible or we need to have multiple servers itself for the same. Just to add to it Can we create multiple domains and deploy each one on different…
-
how start learning D2
Hi , I am very eager to learn new Documentum D2 , Can someone please help with where to start and which version to start with. Also , please provide all the required documents to start with D2 development. I want to learn from basics. I have fair knowledge of Documentum platform and worked on webtop till now. Its very…
-
Calling SBO from TBO gives error
Hi All, I am calling SBO from TBO but it gives me NoClassDefFoundError. The code I have written is as below: SBO Interface public interface ITutorialSBO extends IDfService { public void setAttributes(IDfSysObject sysObj, IDfSession session) throws DfException; } SBO Implementation Class public class TutorialSBO extends…