Wednesday 27 July 2011

Purchase Order Workflow Notification is sending TEXT message not PDF.



Please Visit http://www.conacent.com/?page_id=218


Problem:
===========================================================================
Purchase Order Workflow Notification is sending TEXT message not PDF.
Solution:
In this case, you can change the users preference to MAILATTH which will allow for emails to be sent as - Plain text mail with HTML attachments.

Listed are the other possible option:

MAILTEXT = Plain text mail
MAILHTML = HTML mail with attachments
MAILHTM2 = HTML mail
MAILATTH = Plain text mail with HTML attachments
QUERY = Do not send me mail
SUMHTML = HTML summary mail
SUMMARY = Plain text summary mail
DISABLED = Disabled

Only for Single User :
1. Log in as User
2. Top right corner of homepage is the preferences link.
3. Select and make the change to the notification Email Style to Plain text mail with HTML attachments.

For All User :
1. One should backup these tables before performing the updates.
FND_USER_PREFERENCES and WF_LOCAL_ROLES
2. Update for All User following is the update statement.
a. UPDATE wf_local_roles SET notification_preference=’
Where orig_system in (‘FND_USR’,’PER’);
b. UPDATE fnd_user_preferences SET preference_value=’
Where preference_name = ‘MAILTYPE’ and module_name = ‘WF’ and user_name <> ‘-WF_DEFAULT-‘;

No comments:

Post a Comment