exportARApplicationProperties

Exports Account Reconciliation application settings (related to Redwood Experience, theme, email notification, and business process name), background image, and logo image to a JSON file so that you can import them into the same or another environment.

This command is useful when you import an application from prod to test environments. If your application settings are different in prod and test environments, you can export them from the test environment before importing the application from the prod environment, and then import the settings in to the test environment to maintain the original settings.

Applies to

Account Reconciliation

Required Roles

Service Administrator

Usage

epmautomate exportARApplicationProperties FILE_NAME [Properties=PROPERTIES_TO_EXPORT]

  • FILE_NAME is the name for the JSON file that will store the exported property values.

    You can download the export file using the downloadFile command. Use the uploadFile command to upload it to the target environment and then run the importARApplicationProperties command to restore these settings in the target environment.

  • Properties, optionally, is a comma separated list of properties to export. You can export some or all of the following properties. If this property is omitted, all these properties are exported:
    • Theme: exports the display theme used in the environment.
    • EmailNotification: exports the email notification settings defined in the environment.
    • DisplayBusinessProcessName: exports whether to display the business process name on the page in the environment.
    • RedwoodExperience: exports the Redwood Experience setting of the environment.
    • BackgroundImage: exports the background image used in the environment
    • LogoImage: exports the log image used in the environment.

Example

Export only email notification and Redwood Experience settings, and logo image from an environment:

epmautomate exportARApplicationProperties myProp.JSON Properties=EmailNotification,RedwoodExperience,LogoImage