SetAttribute not working for the AssignedTo field
(Doc ID 2642079.1)
Last updated on DECEMBER 22, 2020
Applies to:
Oracle Fusion B2B Service Cloud Service - Version 11.13.20.01.0 and laterInformation in this document applies to any platform.
Goal
Customer was using this groovy code to populate the AssignedTo field and noticed that the code is not working in the current release:
def displayName = adf.context.getSecurityContext()?.getUserProfile()?.getDisplayName();
setAttribute('AssigneePersonName',displayName);
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 |
References |