Skip to main content

Hi Team,

I am looking a script to grant permission set to user thought custom event. i have used “ ifsapp.Fnd_User_Role_API.set_role(USER_ID ,'PERMISSION SET',TRUE);” and it is granted to user but not reflecting the role in users.

ex. grant FND_CONNECT to user by script, but still user is not able to login to the system.

 

Thank you.

Hi @IFS_Shekhar,

In order for a user to be able to login to IEE, you need to grant FND_ENDUSER permission set, not FND_CONNECT.

You can find the predefined roles and their purpose here:

https://docs.ifs.com/techdocs/foundation1/010_overview/210_security/045_roles/default.htm#Predefined_roles_in_Foundation1

After granting the role, you may need to refresh Dictionary and Security caches as well.

Hope this helps!


Reply