Customizing the WCM email body content (Custom WCM Workflow Notification Email)


After looking at the out-of-the-box WCM workflow notification emails, most of business customers feel they want a customize body of WCM email and look for the options to customize it.

Fig: Sample out of the box workflow notification email


But unfortunately there is no out-of-the-box configuration to update email body directly. And to accomplish this, only option left is by writing the custom work flow actions.
This article explains full details on how to configure and customize the WCM workflow notification emails.

Pros :
1.      We can customize the format of the WCM notification email
Cons:
1.      Maintenance of this custom workflow modules

Performance : I don’t think we need to worry about the performance for this implementation as we will be executing this mostly on authoring environments, it shouldn’t affect production (rendering) system .( Assuming these custom actions are not included in the expiry stage and your syndication is setup  for “live items” only)

Download/Browse the Sample Code

 



References: 
  1. http://www-10.lotus.com/ldd/portalwiki.nsf/xpDocViewer.xsp?lookupName=IBM+Web+Content+Manager+8+Product+Documentation#action=openDocument&res_title=Creating_an_email_action_to_notify_users_groups_or_both_wcm8&content=pdcontent
  2. http://www-10.lotus.com/ldd/portalwiki.nsf/xpDocViewer.xsp?lookupName=IBM+WebSphere+Portal+7+Product+Documentation#action=openDocument&res_title=Mapping_attributes_on_Linux_in_a_clustered_environment_wp7&content=pdcontent
  3. http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Using_IBM_Web_Content_Manager_Custom_WorkFlow_action_to_assign_approvers_for_an_artifact_at_runtime_based_upon_their_access_to_parent_site_area
  4. http://www-10.lotus.com/ldd/portalwiki.nsf/xpDocViewer.xsp?lookupName=IBM+Web+Content+Manager+8+Product+Documentation#action=openDocument&res_title=Enabling_email_wcm8&content=pdcontent

2 comments:

  1. How does it work in case of virtual portal??
    What will be the url pattern for wcmAuthoring in case of virtual portal

    ReplyDelete
    Replies
    1. You can configure these parameters specific to virtual portal from 8.x onwards, you can find more details here
      http://blog.sivavaka.com/2015/04/wcm-configuration-settings-specific-to_4.html

      Delete