Ability to Disable the 'Submit Application Snapshot' Feature in the Provide Feedback Utility
If your organization enforces a policy that restricts data access, which prevents Service Administrators from submitting application snapshot to Oracle, the Submit application snapshot check box in the Provide Feedback utility will be greyed out. A Service Administrator has got option to manage data access settings for the environment using REST APIs or EPM Automate commands. In this blog, we will discuss about the newly introduced EPM Automate Comments.
The setRestrictedDataAccess and getRestrictedDataAccess commands are available with this update.
setRestrictedDataAccess Command
This command configures EPM Cloud environments to prevent Service Administrators from consenting to submit an application snapshot to Oracle while using the Provide Feedback utility.
Required Roles
Service Administrator
Usage
epmautomate setRestrictedDataAccess true|false
Examples
- Prevent Service Administrators from consenting to submit an application snapshot:
epmautomate setRestrictedDataAccess true
- Allow Service Administrators to consent to submit an application snapshot:
epmautomate setRestrictedDataAccess false
getRestrictedDataAccess command
This command displays whether an EPM Cloud environment is configured to prevent Service Administrators from consenting to submit an application snapshot to Oracle or not.
Required Roles
Service Administrator
Example
epmautomate getRestrictedDataAccess
Business Benefit: This change in behavior enforces your organization's data sharing policy related to submitting snapshots while submitting feedback to Oracle.
Thank you!
No comments:
Post a Comment