Hi All,
I have a requirement to call addEsignature method on all the sysobjects which were associated with the workflow when the task is completed. What all should be modified in the finish task component?
Thanks,
Chetan Singh
You can override onCommitChanges and use AuditHelper's addElectronicSignature method, assuming you're using DCM. PSS needs to be configured for the object type on the e-sign template, which is located in System/Applications/pss/Default_eSignPage.pdf (dmc_pss_esign_config object, supported object types attribute).
Hi Udeleng,
Thanks for the help, but i am customizing webtop , what should be done in this case . I am thinking of fetching the task id and then deriving the package and subsequently the objects and then apply esignature on the objects. Will this work considering the task has already been finished ? or is there other class inherited in the component already which can make my work easier?
Thank's
I haven't done any work with e-signatures for non DCM applications. There is an addDigitalSignature method on IDfSysObject which can create an audit trail. There is also addESignature method which creates the audit trail and the signature page, but the javadocs say you need to Trusted Content Services.