Hi,
I’m working with the PDF_REPORT_CREATED in IfsCloud (23R2). There is a Parameter USER_MOBILE_PHONE that fetch value defined in UserProperties “MOBILE_PHONE”.
In app9 we could edit/add the value in “User Properties” - window.
Where can I find similar window in IFS Cloud? How can I add/modify mobile phone for a User?
The vaule is visible (if exists) in User Settings, but it is impossible to edit.
The value can be added in by a function, but how can we do it in Application?
Fnd_User_API.Set_Property(‘xxxx’, 'MOBILE_PHONE' , '(+00) 11 22 33 44 55' );
Br. Barbara