Boodle
Boodle

Reputation: 73

Custom Oracle webcenter WCC workflow emails

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

Upvotes: 0

Views: 200

Answers (1)

Sam
Sam

Reputation: 5721

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

Upvotes: 1

Related Questions