Only the Workflow Administrators can modify

Purchasing & Inventory forum can be used to discuss all features/issues related to Oracle Purchasing & Inventory.
Post Reply
admin
Posts: 2062
Joined: Fri Mar 31, 2006 12:59 am
Location: Pakistan
Contact:

Only the Workflow Administrators can modify

Post by admin »

If you are trying to create vacation rule other than Sysadmin you will get following error,

"Only the Workflow Administrators can modify the vacation rules of other users"

This is because sysadmin is owner of workflow so if you want other responsibility to do this you need to change ownership. Here we will change from sysadmin to "PO Super User"

Search the internal name for the responsibility to whom you want to give authority,

update wf_resources
set text = 'FND_RESP|PO|PURCHASING_SUPER_USER|STANDARD'
where name = 'WF_ADMIN_ROLE'
and text in (select name
from wf_roles
where display_name = 'SYSADMIN');
commit;

Now assigned Workflow Administrator Web Applications to the user to whom you want to create vacation rules for other users.

Please do it on TEST and verify before moving on to LIVE.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest