Assign Workflow Role To Multiple User in EBS
Assign Workflow Role To Multiple User in EBS
1. Run below Script in order to change Workflow administrator. After running the script,
Workflow administrator will be working based on Assigned workflow roles. Normally from
Application you can assign only a particular user or a responsibility. In order to give workflow
access to multiple user or responsibility, we need to make workflow administrator Role
based.
update wf_resources
set text='UMX|WF_ADMIN_ROLE'
where name='WF_ADMIN_ROLE';
commit;
After running the script, Workflow Administrator will be set as below highlighted.
Click on Assigned Roles and Search for ‘Workflow Admin Role’ Role.
Click on Select.
After this Sysadmin will have rights to edit anything related to workflow Configuration like
below.
This step is performed in order to give full privilege to SYSADMIN to do any changes in
Workflow Settings. At least Sysadmin should have complete access to anything related to
workflow.
Click on Assigned Roles and Search for ‘Workflow Admin Role’ Role.
Give Any Justification.
Click on Apply Button.
Run Workflow background process.
Repeat the step 3 for Any User who want to access anything related to workflow from any
custom responsibility.
Please do the same for HR IT User listed as below.
AALGAMDI
NAALRASHED
TSALAH
Please do the same for KFMC SCM IT Team who are using ‘KFMC SCM Workflow
Administrator’ Responsibility by running CP Name: Users of a Responsibility
Please do the same for KFMC SCM IT Team who are using ‘KFMC Vacation Rule’
Responsibility by running CP Name: Users of a Responsibility
4. Remove ‘Workflow Administrator Web (New)’ Responsibility from All Below mentioned user
or any other from IT Team and HR Team or SCM Team.
You Can identify the list of all such user by running below cp. Exclude sysadmin from that
list.