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
1.
To download sample code
war file (http://sourceforge.net/projects/blog-sivavaka-com-code-samples/files/Customize%20WCM%20Email/
)
2. To browser the sample code (http://code.google.com/p/blog-sivavaka-com-code-samples/source/browse/#svn%2Ftrunk%2FCustomWcmEmailBodyWorkFlowAction
)
References:
- 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
- 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
- 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
- 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
How does it work in case of virtual portal??
ReplyDeleteWhat will be the url pattern for wcmAuthoring in case of virtual portal
You can configure these parameters specific to virtual portal from 8.x onwards, you can find more details here
Deletehttp://blog.sivavaka.com/2015/04/wcm-configuration-settings-specific-to_4.html