-
Notifications
You must be signed in to change notification settings - Fork 0
(APEX) Installation
The plug-in implementing APEX Office Edit can be installed in two scenarios:
-
by installing the AOE sample application
-
by executing the DDL script and installing the region plug-in in an existing application (manual installation)
- Log into your application builder
- Click on the tile Import tile to start APEX wizard installing application from the application installation file
- Make sure the schema in which you want to install the sample application is REST enabled
- Click on the region Drag and Drop
- Select sample application file
- Click the button Next
After successfully uploading the application installation file, the APEX shows the wizard confirmation step.
- Click the button Next
- Configure or use default values in the form
- Click the button Install Application
- Don’t close the page - wait until APEX finishes installing the application. When installing the application you will be redirected to the next step.
- Make sure switch Install Supporting Objects is checked - in order to install the sample application all sample application supporting objects must be installed successfully
- Click the button Next
- Click the button Install
- Don’t close the page - wait until APEX finishes installing supporting objects. When installing supporting objects you will be redirected to the next step
- When the sample application installation is finished, the APEX wizard confirmation screen is displayed.
-
If the installation is terminated by error it can be verified after clicking the button Install Summary - summary presents the status of installing all supporting objects.
-
When the sample application installation is successful, the last step is to update the plug-in component settings for the RESTful service installed by the sample application supporting objects.
In order to finish the sample application installation, it is required to configure the plug-in RESTful service
- Fill in the instructions described in The plug-in REST service configuration
- Test the sample application
- Run the AOE sample application
- Click on a document type tile you wish to create
- The AOE should create a document of selected type
- From the APEX application builder top menu bar select SQL Workshops and then SQL Scripts
- Click button Upload
- In the Upload Script dialog click on item File and select the AOE installation file
ddl_unitedcodes_apex_office_edit.sql
- Click the button Upload
- After the script is successfully uploaded click the button Run
- In the confirmation screen click the button Run now
- Examine script installation summary - the script should not raise any errors
- Proceed to the next step Installing the plug-in in an existing example application
- Go to APEX application builder home page
- Select the application in which you want to use APEX Office Edit
- Go to Shared Components \ Plug-ins
- Click the button Import
- Click on the region Drag and Drop to select the AOE region plug-in installation file
region_type_plugin_unitedcodes_aoe.sql
- Click the button Next
- In File Import Confirmation step click the button Next
- In Install Plug-in step click the button Install Plug-in
After successful installation, the plug-in component settings must be updated. Go to the next step The plug-in REST service configuration.
In order to create the first AOE instance please follow instructions Creating the plug-in instance in an existing application
In order to finish the sample application installation, it is required to configure the plug-in RESTful service:
- Fill in the instructions described in The plug-in REST service configuration
- Test the sample application
In order to create the first instance of the AOE please go to the instructions described in section Getting started \ Creating the plug-in instance in an existing application.
- Go to an application Shared Components
- Go to Other Components \ Plug-ins
- Click on the region plug-in UC - APEX Office Edit (AOE)
- Read help texts for attributes Server-Side URL(Value Required and URL to RESTful service module(Value Required)
- From the APEX application builder top menu bar select SQL Workshops and then RESTful services
- Select module APEX Office Edit
- Copy the value of an Full URL module attribute
-
Go back to the plug-in component settings
-
Replace the attribute URL to RESTful service module default value
http://www.apexrnd.be/ords181/aoe/aoe/files/
with the value copied in step 8 (the attribute Full URL of AOE RESTful service module) -
Add suffix
files/
-
In a new browser tab login to the APEX Office edit portal (accessible by clicking on the login button on the AOE website)
-
Copy your API Key which will be visible next to your current plan under the Your Cloud Subscriptions section
-
Go back to your APEX application and paste the previously copied API Key from the APEX Office Edit portal in the API Key field
-
Click the button Apply Changes