0

In Oracle Webcenter content WCC(aka UCM/ECM) need to change the content(Title, Body etc.) of the automated workflow emails received during approval/rejection. Please share in detail how to change the template and/or override the component

I tried changing the review/reject template at below core location but still received the original emails only. /product/Oracle_Home/wccontent/ucm/idc/resources/core/templates

Boodle
  • 63
  • 7

1 Answers1

1

Your first step is to learn how to use the Component Wizard. Once you have it running and you have a basic understanding of how to use it, you will be able to create Components. That is the correct way of overriding and adding functionality of your WCC installation. Never change the content of the ucm/idc/resources/ folder.

The first resources to override are

  • <@dynamichtml wf_approve_mail_subject@>
  • Relevant templates with formtype=WorkflowMail
Sam
  • 5,424
  • 1
  • 18
  • 33
  • @sam- Thanks a lot but i) the link doesn't have the info. how to over ride or achieve my requirement ii) I've always found Oracle document/s a bible with lot of relevant as well as irrelevant info. to the topic. and I've seen (mostly in Webcenter forums), users sharing complete books/chapters for an answer. Sorry, but it is not what questioner is looking for. Apart from that, the 2nd part of the answer was helpful but would still need more specific info. – Boodle Oct 14 '21 at 22:33
  • The only irrelevant part of that page is the last subsection, 12.4. All the rest are the parts you need to understand to customize WCC. – Sam Oct 15 '21 at 06:54
  • on another note - Is it possible to launch DIS with a link. I would like to give the DIS Client 'My workflow assignments' link rather than the web(browser) link in the workflow emails. I see the application do not launches from installed location C:\Program Files\Oracle\WebCenter Desktop\Content\Windows Explorer Integration. I can customize the email but how to launch DIS from a link in the email? Regards – Boodle Oct 15 '21 at 16:36
  • I wish I knew. If you find out, please share – Sam Oct 15 '21 at 17:28