Issue with getEmailAddress() Method in Oracle EPM Groovy: "Email Doesn't Exist" Error
Hi Folks,
I'm encountering an issue in Oracle EPM when using the getEmailAddress()
method of the User
class in Groovy. When I call operation.user.getEmailAddress()
, I receive an error stating that the email doesn't exist for the user "XYZ." However, when I check in Access Control, the email address for this user does exist.
Has anyone encountered this issue before? Any idea why the getEmailAddress()
method isn't picking up the email address for the executing user, even though it exists in Access Control?
Any insights would be greatly appreciated!
Reference doc: