EmployeeType Groovy Script EMP And OTHER Logic NOT WORKING For New Users
(Doc ID 2371552.1)
Last updated on DECEMBER 22, 2020
Applies to:
Oracle Fusion Sales Cloud Service - Version 11.12.1.0.0 and laterInformation in this document applies to any platform.
Goal
On : 11.12.1.0.0 version, Sales, Sales Catalog
EmployeeType Groovy Script EMP and OTHER logic NOT WORKING for new users
The below employeeType() function is not being applied to new partner users:
return (adf.context.getSecurityContext()?.getUserProfile()?.getEmployeeType() == 'OTHER')
We would expect the above logic, when applied to a conditionally editable field, to enforce that Partner users (only) can edit.
We are finding that this logic is NOT being applied to NEW partner users.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |