diff --git a/webcenter-content/wcc-rfp-mgmt/01-sandbox-prepare-setup/01-sandbox-prepare-setup.md b/webcenter-content/wcc-rfp-mgmt/01-sandbox-prepare-setup/01-sandbox-prepare-setup.md
index 3ce2e38..c4ebd6a 100644
--- a/webcenter-content/wcc-rfp-mgmt/01-sandbox-prepare-setup/01-sandbox-prepare-setup.md
+++ b/webcenter-content/wcc-rfp-mgmt/01-sandbox-prepare-setup/01-sandbox-prepare-setup.md
@@ -4,7 +4,7 @@
This lab will show you how to download the Oracle Resource Manager (ORM) stack zip file needed to setup the resource needed to run this workshop. This workshop requires a compute instance and a Virtual Cloud Network (VCN).
-**Estimated Lab Time**: *30 minutes*
+**Estimated Lab Time**: *5 minutes*
### Objectives
@@ -20,7 +20,7 @@ This lab assumes you have:
## Task 1: Download WCC RFP Resources zip file
1. Click on the link below to download the WCC RFP Resources zip file , which you will need to successfully complete this Workshop:
- * File : [wcc\_rfp\_resources.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/wHKALsCO-tCCxBk1hp4NY2UWlIrW9w33V0iWHzIF7cWZQT6ywjcahubybnuMHgLO/n/idk8vszypyjt/b/wcc_rfpmgmt_livelab/o/wcc_rfp_resources.zip)
+ * File : [wcc\_rfp\_resources.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/7wK3bWvi_XhwOuMwNZonCAYfI-Q1tbecniwFolhriVX36atcq4_hTmdSKgFoQe0B/n/id9tgejtzan5/b/wcc-rfp-mgmt-livelab-resource/o/wcc_rfp_resources.zip)
2. Save in your downloads folder and Un-Compress/Unzip.
diff --git a/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/03-sandbox-initialize-environment.md b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/03-sandbox-initialize-environment.md
index 878f20e..c150b6b 100644
--- a/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/03-sandbox-initialize-environment.md
+++ b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/03-sandbox-initialize-environment.md
@@ -27,6 +27,7 @@ This lab assumes you have:
1. Open the *web browser* window with *WebCenter Content* homepage url ( ie the **WebCenter Content CS Endpoint URL** ), click on the *Login* and Login using the below credentials
- URL
+
```
http://localhost:16200/cs/
```
@@ -34,10 +35,12 @@ This lab assumes you have:
> Note : If you want to access the WCC CS Endpoint URL from your desktop, replace `"http://localhost"` with your **hosturl** ( eg: `"http://129.0.0.0"` )
- The hosturl ipaddress can be obtained from the **Remote Desktop URL**
- Username
+
```
weblogic
```
- Password
+
```
Welcome1
```
@@ -65,33 +68,7 @@ To enable Content Folios Component & Add additional instance configurations, fol
3. Restart the Content Server instance , using the steps mentioned in **Appendix 1: Restart UCM Server Instance**
-## Task 3: Re-index collections and documents
-
-1. Log in to the Content server as **weblogic** user in your desktop and click on **Admin Applets** under the Administration tab as shown in the image below.
-
- ![This image shows how to navigate to Admin Applets](./images/appendix2_reindex_screenshot1.png "Navigate to Admin Applets")
-
-2. Click on **Repository Manager** Applet
-
- ![Click on the Repository Manager Applet as shown in the image.](./images/appendix2_reindex_screenshot2.png "Click on the Repository Manager Applet")
-
-3. Download and Run the **Repository Manager** Java Applet
-
- ![Click OK to run the Java Applet](./images/appendix2_reindex_screenshot3_0.png "Run Java Applet")
-
- ![This image shows the Repository Manager Java Applet](./images/appendix2_reindex_screenshot3_1.png "Repository Manager Applet")
-
-4. On the **Repository Manager** Applet , Click on **Indexer** tab
-
- ![Click Indexer tab in Repository Manager Java Applet](./images/appendix2_reindex_screenshot4_1.png "Indexer Tab in Repository Manager Applet")
-
-5. Under **Collection Rebuild Cycle** section, Click on **Start** Button, *Uncheck* **Use Fast Rebuild** option , Click **OK** button and wait for the indexing to finish
-
- ![Click Start button of Collection Rebuild in Indexer tab of Repository Manager Java Applet](./images/appendix2_reindex_screenshot5_1.png "Start Collection Rebuild Button in Indexer Tab of Repository Manager Applet") ![This image shows Index Rebuild Options](./images/appendix2_reindex_screenshot5_2.png "Index Rebuild Options")
-
- ![This image shows Collection Rebuild Finished in Indexer tab of Repository Manager Java Applet](./images/appendix2_reindex_screenshot5_3.png "Collection Rebuild Completed in Indexer Tab of Repository Manager Applet")
-
-## Task 4: Validate APEX is Up and Running
+## Task 3: Validate APEX is Up and Running
This task helps to validate if APEX has been installed properly and its up & accessible.
@@ -107,11 +84,12 @@ This task helps to validate if APEX has been installed properly and its up & acc
> Note : If you want to access the WCC CS Endpoint URL from your desktop, replace `"http://localhost"` with your **hosturl** ( eg: `"http://129.0.0.0"` )
- The hosturl ipaddress can be obtained from the **Remote Desktop URL**
+
- **Workspace Name**
```
- INTERNAL
+ WCCRFPMGMT
```
@@ -131,6 +109,7 @@ This task helps to validate if APEX has been installed properly and its up & acc
```
> *If any issues with ADMIN credentials, Refer to **Appendix 5: Reset ADMIN password for APEX/ORDS**
+ - *If it asks for change password, You can provide the new password also same as "Welcome1"
![This image shows the APEX/ORDS Login Page](./images/apex_login_internal.png "APEX/ORDS Login Page")
2. Confirm successful login.
@@ -143,23 +122,34 @@ You may now **proceed to the next lab**.
## Appendix 1: Restart UCM Server Instance
-1. Open a terminal session in the Remote Desktop and proceed as indicated below to restart the UCM service.
+1. Access the Graphical Remote Desktop using the steps mentioned in **Lab 2: Environment Setup** , **Task 1: Access the Graphical Remote Desktop**
+
+2. Open a terminal session in the Remote Desktop and proceed as indicated below to restart the UCM service.
```
-
+
sudo systemctl restart ucm
-
+
```
+ ![This image shows the UCM Restart Terminal](./images/appendix1_ucm_restart_terminal.png "Restart UCM in Remote Desktop Terminal")
-2. Wait for 3 minutes , so that UCM server starts completely and then log in to the WebCenter Content server
+3. Wait for 3 minutes & check for status, so that UCM server starts completely and then log in to the WebCenter Content server
+
+ ```
+
+ sudo systemctl status ucm
+
+ ```
+ > Note: *To exit the status in the terminal , Press Esc button*
+ ![This image shows the UCM Restart Terminal](./images/appendix1_ucm_restart_terminal_2.png "Restart UCM in Remote Desktop Terminal")
## Appendix 2: Reset ADMIN password for APEX/ORDS
Use the below steps to reset the ADMIN User Password , if facing any issue like Forgot ADMIN password (or) ADMIN account is locked
- - Use the steps mentioned under **Appendix 4: Connect to DB System via SSH and login to database as sys** above, to connect to DB
1. In the terminal window, invoke the below commands command and connect to the database
- invoke **sqlplus** command
+
```
sqlplus '/as sysdba'
```
@@ -167,14 +157,16 @@ Use the below steps to reset the ADMIN User Password , if facing any issue like
2. Now execute any required sql statements in this sqlplus session.
3. Find the latest version schema name:
+
```
- SQL> SELECT schema FROM dba_registry WHERE comp_id = 'APEX' ORDER BY schema DESC FETCH FIRST 1 ROW ONLY;
+ SELECT schema FROM dba_registry WHERE comp_id = 'APEX' ORDER BY schema DESC FETCH FIRST 1 ROW ONLY;
```
4. Set the current schema to the schema name retrieved in the above step
eg:
+
```
- SQL> alter session set current_schema=apex_230200;
+ alter session set current_schema=apex_230200;
```
5. Update the password and unlock the ADMIN User
@@ -195,6 +187,66 @@ Use the below steps to reset the ADMIN User Password , if facing any issue like
```
+## Appendix 3: Re-index collections and documents
+
+1. Launch the **Repository Manager** Applet
+ 1. **Option 1** : Using the **Remote Desktop**
+ 1. Access the Graphical Remote Desktop using the steps mentioned in **Lab 2: Environment Setup** , **Task 1: Access the Graphical Remote Desktop**
+
+ 2. Invoke the below command to launch the **Oracle WebCenter Content - Administration** application
+
+ ```
+
+ cd /home/oracle/Downloads/wccadmin-installer/wccadmin
+ ./wccadmin
+
+ ```
+ > Note: You can use the **Clipboard** option in **noVNC** to copy/paste commands
+ ![This image shows the Oracle WebCenter Content - Administration application Launch](./images/appendix3_ucm_applet_wccadmin_launch.png "Oracle WebCenter Content - Administration application Launch")
+ 3. Provide below credentials to login (*Please leave the Server value as-is*) and click **OK**
+ - **User Name**
+
+ ```
+
+ weblogic
+
+ ```
+ - **Password**
+
+ ```
+
+ Welcome1
+
+ ```
+ ![Login with credentials](./images/appendix3_ucm_applet_wccadmin_creds.png "Login with credentials")
+ 4. Click on the **Repository Manager** in the **WebCenter Administration** list
+ ![WebCenter Administration List](./images/appendix3_ucm_applet_wccadmin_list.png "WebCenter Administration List")
+
+ 2. **Option 2** : Using the **WebCenter Content Server URL** from **Desktop**
+ 1. Log in to the Content server as **weblogic** user in your desktop and click on **Admin Applets** under the Administration tab as shown in the image below.
+
+ ![This image shows how to navigate to Admin Applets](./images/appendix2_reindex_screenshot1.png "Navigate to Admin Applets")
+
+ 2. Click on **Repository Manager** Applet
+
+ ![Click on the Repository Manager Applet as shown in the image.](./images/appendix2_reindex_screenshot2.png "Click on the Repository Manager Applet")
+
+ 3. Download and Run the **Repository Manager** Java Applet
+
+ ![Click OK to run the Java Applet](./images/appendix2_reindex_screenshot3_0.png "Run Java Applet")
+
+ ![This image shows the Repository Manager Java Applet](./images/appendix2_reindex_screenshot3_1.png "Repository Manager Applet")
+
+2. On the **Repository Manager** Applet , Click on **Indexer** tab
+
+ ![Click Indexer tab in Repository Manager Java Applet](./images/appendix2_reindex_screenshot4_1.png "Indexer Tab in Repository Manager Applet")
+
+3. Under **Collection Rebuild Cycle** section, Click on **Start** Button, *Uncheck* the **Use Fast Rebuild** option , Click **OK** button and wait for the indexing to finish
+
+ ![Click Start button of Collection Rebuild in Indexer tab of Repository Manager Java Applet](./images/appendix2_reindex_screenshot5_1.png "Start Collection Rebuild Button in Indexer Tab of Repository Manager Applet") ![This image shows Index Rebuild Options](./images/appendix2_reindex_screenshot5_2.png "Index Rebuild Options")
+
+ ![This image shows Collection Rebuild Finished in Indexer tab of Repository Manager Java Applet](./images/appendix2_reindex_screenshot5_3.png "Collection Rebuild Completed in Indexer Tab of Repository Manager Applet")
+
### Learn More
- [Introduction To WebCenter Content](https://docs.oracle.com/en/middleware/webcenter/content/12.2.1.4/index.html)
@@ -205,4 +257,4 @@ Use the below steps to reset the ADMIN User Password , if facing any issue like
- **Authors-** Senthilkumar Chinnappa, Senior Principal Solution Engineer, Oracle WebCenter Content
- **Contributors-** Senthilkumar Chinnappa, Mandar Tengse , Parikshit Khisty
-- **Last Updated By/Date-** Senthilkumar Chinnappa, Oct 2024
+- **Last Updated By/Date-** Senthilkumar Chinnappa, October 2024
diff --git a/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/apex_login_page.png b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/apex_login_page.png
new file mode 100644
index 0000000..05f02c7
Binary files /dev/null and b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/apex_login_page.png differ
diff --git a/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix1_ucm_restart_terminal.png b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix1_ucm_restart_terminal.png
new file mode 100644
index 0000000..b73ae25
Binary files /dev/null and b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix1_ucm_restart_terminal.png differ
diff --git a/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix1_ucm_restart_terminal_2.png b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix1_ucm_restart_terminal_2.png
new file mode 100644
index 0000000..d839c65
Binary files /dev/null and b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix1_ucm_restart_terminal_2.png differ
diff --git a/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix3_ucm_applet_wccadmin_creds.png b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix3_ucm_applet_wccadmin_creds.png
new file mode 100644
index 0000000..601e474
Binary files /dev/null and b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix3_ucm_applet_wccadmin_creds.png differ
diff --git a/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix3_ucm_applet_wccadmin_launch.png b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix3_ucm_applet_wccadmin_launch.png
new file mode 100644
index 0000000..038ef2b
Binary files /dev/null and b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix3_ucm_applet_wccadmin_launch.png differ
diff --git a/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix3_ucm_applet_wccadmin_list.png b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix3_ucm_applet_wccadmin_list.png
new file mode 100644
index 0000000..a922113
Binary files /dev/null and b/webcenter-content/wcc-rfp-mgmt/03-sandbox-initialize-environment/images/appendix3_ucm_applet_wccadmin_list.png differ
diff --git a/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/04-sandbox-setup-apex-application.md b/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/04-sandbox-setup-apex-application.md
index 87cbd9c..7c2d1c5 100644
--- a/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/04-sandbox-setup-apex-application.md
+++ b/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/04-sandbox-setup-apex-application.md
@@ -47,7 +47,7 @@ To log in to Oracle APEX, you need a Workspace Name, username, and the password
```
- INTERNAL
+ WCCRFPMGMT
```
@@ -92,7 +92,7 @@ To log in to Oracle APEX, you need a Workspace Name, username, and the password
![Workspace Home Page](./images/apex_login_workspace_step3.png "Workspace Home Page")
-## Task 3: Install RFP Management Application
+## Task 2: Install RFP Management Application
This task covers installing and running a WCC RFP Management System APEX application.
@@ -107,22 +107,10 @@ This task covers installing and running a WCC RFP Management System APEX applica
- *Current Workspace* : **WCCRFPMGMT**
- *Parsing Schema* : **WCCRFPMGMT_SCHEMA**
- *Build Status* : **Run and Build Application**
- - *Install as Application* : **Reuse Application ID 999 From Imported Application**
+ - *Install as Application* : **Auto Assign New Application ID**
![Install Application Page](./images/apex_task3_step3.png "WCC RFP Management APEX - Install Application Page")
-4. In the **Install Application** - **Credentials** Page, for **Credentials for WCC RFP Mgmt**, Update the values for the below *( if the username value is empty )* and click **Next** Button
- - **Client ID or Username** : Enter
- ```
- weblogic
- ```
- - **Client Secret or Password** : Enter
- ```
- Welcome1
- ```
- - **Verify Client Secret / Password** : Enter
- ```
- Welcome1
- ```
+4. In the **Install Application** - **Credentials** Page, click **Next** Button
![Install Application - Credentials Page](./images/apex_task3_step4.png "WCC RFP Management APEX - Install Application - Credentials Page")
5. After the Credentials is updated, in the **Application Installed** Page, click on **Install Supporting Objects** button
@@ -131,7 +119,7 @@ This task covers installing and running a WCC RFP Management System APEX applica
6. After the Supporting Objects installed, click on **Install Summary** button , to view the status of the Supporting objects installation
![Supporting Objects Installed](./images/apex_task3_step6.png "WCC RFP Management APEX Application - Supporting Objects Installed")
-## Task 4 : Refresh REST Datasource Catalog
+## Task 3 : Update Web Credentials
1. To login to your Oracle APEX Workspace, perform the following steps:
- Open your browser and enter the **URL** to sign in to the APEX development environment.
@@ -150,7 +138,78 @@ This task covers installing and running a WCC RFP Management System APEX applica
```
- INTERNAL
+ WCCRFPMGMT
+
+ ```
+
+ - **Username**
+
+ ```
+
+ ADMIN
+
+ ```
+ - **Password**
+
+ ```
+
+ Welcome1
+
+ ```
+
+ ![Workspace Login](./images/apex_login_workspace_step1.png "Login to APEX Workspace")
+2. Click on **App Builder** , then click on **Workspace Utilities**
+ ![Workspace Utilities Details](./images/apex_webcredentials_step1_01.png "Workspace Utilities Details")
+3.Click on **Web Credentials**
+ ![REST Data Sources](./images/apex_webcredentials_step1_02.png "REST Data Sources")
+4. Click on **Credentials for WCC RFP Mgmt**, specify/perform the below and click **Apply Changes** button
+ - **Client ID or Username**
+
+ ```
+
+ weblogic
+
+ ```
+
+ - **Client Secret or Password**
+
+ ```
+
+ Welcome1
+
+ ```
+ - **Verify Client Secret or Password**
+
+ ```
+
+ Welcome1
+
+ ```
+ - **Valid for URLs** - Clear all the values *( ie. Select all the values in the text box and hit Delete/Backspace button )*
+
+ ![quick_search_library Details](./images/apex_webcredentials_step1_03.png "quick_search_library Details")
+
+## Task 4 : Refresh REST Datasource Catalog
+
+1. To login to your Oracle APEX Workspace, perform the following steps:
+ - Open your browser and enter the **URL** to sign in to the APEX development environment.
+ - **URL**
+
+ ```
+
+ http://localhost:16200/ords/
+
+ ```
+
+ > Note : If you want to access the WCC CS Endpoint URL from your desktop, replace `"http://localhost"` with your **hosturl** ( eg: `"http://129.0.0.0"` )
+ - The hosturl ipaddress can be obtained from the **Remote Desktop URL**
+
+ - The login page appears. Enter the **Workspace Name, Username, and Password**. Click **Sign In**.
+ - **Workspace Name**
+
+ ```
+
+ WCCRFPMGMT
```
@@ -171,7 +230,7 @@ This task covers installing and running a WCC RFP Management System APEX applica
![Workspace Login](./images/apex_login_workspace_step1.png "Login to APEX Workspace")
2. Click on **App Builder** , then click on **RFP Response Management System** Application
- ![RFP Response Management System App Details](./images/apex_refresh_catalog_step1_01.png "RFP Response Management System App Details")
+ ![RFP Response Management System App Details](./images/apex_refresh_catalog_step1_01.png "RFP Response Management System App Details")
3. Navigate to **Shared Components** > Under **Data Sources**, click on **REST Data Sources**
![REST Data Sources](./images/apex_refresh_catalog_step1_03.png "REST Data Sources")
4. Click on **quick_search_library** under the **REST Source Name** list
@@ -194,6 +253,7 @@ These below steps is sample to add another Section **Pricing And BOM**, which wi
- Open your browser and enter the **URL** to sign in to the APEX development environment.
- URL
+
```
https://localhost:16200/ords/r/wccrfpmgmt/rfp-response-management-system/
```
@@ -203,32 +263,30 @@ These below steps is sample to add another Section **Pricing And BOM**, which wi
- The login page appears. Enter the **Username, and Password**. Click **Sign In**.
- **Username**: Enter
+
```
ADMIN
```
- **Password**: Enter
+
```
Welcome1
```
- ![Application Login](./images/apex_setup_task5_step1.png "Login to APEX Application")
+ ![Application Login](./images/apex_setup_task5_step1.png "Login to APEX Application")
2. On the left navigation menu, click on **Sections** and click on **Create** button
![Navigate to Sections](./images/apex_setup_sections_task5_step2.png "Click on Sections")
-
3. In the **Manage Section Form** window, enter the below values and click on **Create** Button
-
- **Name**: Specify
```
Pricing And BOM
```
-
- **Description**: Specify
```
This is sample template for Pricing And BOM Section
```
-
- **Template**: Browse and select the file **Finance.docx** from the downloaded **wcc\_rfp\_resources.zip** file ( in **Lab 1 - Prepare Setup**)
- **Type**: Leave the default as **SECTION**
- **Display Order**: Specify
@@ -238,20 +296,24 @@ These below steps is sample to add another Section **Pricing And BOM**, which wi
```
- **Active**: Leave the default as **Y**
- **Section Owner**: Specify
+
```
Finance
```
- **Instructions**: Specify
+
```
Update the Pricing And BOM section
```
- **Expectation**: Specify
+
```
Updated with relevant info
```
- ![Create Pricing And BOM Section](./images/apex_setup_sections_task5_step4_3.png "Create Pricing And BOM Section")
-4. This shows the summary of all the sections created.
+ ![Create Pricing And BOM Section](./images/apex_setup_sections_task5_step4_3.png "Create Pricing And BOM Section")
+
+ This shows the summary of all the sections created.
![Section Summary](./images/apex_setup_sections_task5_step5.png "Summary of all the sections created")
@@ -265,4 +327,4 @@ You are now ready to **proceed to the next lab**.
- **Authors-** Senthilkumar Chinnappa, Senior Principal Solution Engineer, Oracle WebCenter Content
- **Contributors-** Senthilkumar Chinnappa, Mandar Tengse , Parikshit Khisty
-- **Last Updated By/Date-** Senthilkumar Chinnappa, Oct 2024
+- **Last Updated By/Date-** Senthilkumar Chinnappa, October 2024
diff --git a/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/images/apex_task3_step4.png b/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/images/apex_task3_step4.png
index 61b7e8f..e8cec9e 100644
Binary files a/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/images/apex_task3_step4.png and b/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/images/apex_task3_step4.png differ
diff --git a/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/images/apex_webcredentials_step1_01.png b/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/images/apex_webcredentials_step1_01.png
new file mode 100644
index 0000000..435542b
Binary files /dev/null and b/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/images/apex_webcredentials_step1_01.png differ
diff --git a/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/images/apex_webcredentials_step1_02.png b/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/images/apex_webcredentials_step1_02.png
new file mode 100644
index 0000000..04dfda7
Binary files /dev/null and b/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/images/apex_webcredentials_step1_02.png differ
diff --git a/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/images/apex_webcredentials_step1_03.png b/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/images/apex_webcredentials_step1_03.png
new file mode 100644
index 0000000..3c0c8a6
Binary files /dev/null and b/webcenter-content/wcc-rfp-mgmt/04-sandbox-setup-apex-application/images/apex_webcredentials_step1_03.png differ
diff --git a/webcenter-content/wcc-rfp-mgmt/05-create-new-rfp-doc/05-create-new-rfp-doc.md b/webcenter-content/wcc-rfp-mgmt/05-create-new-rfp-doc/05-create-new-rfp-doc.md
index 231daef..48c0873 100644
--- a/webcenter-content/wcc-rfp-mgmt/05-create-new-rfp-doc/05-create-new-rfp-doc.md
+++ b/webcenter-content/wcc-rfp-mgmt/05-create-new-rfp-doc/05-create-new-rfp-doc.md
@@ -150,6 +150,7 @@ This lab assumes you have:
![CS Login Page](images/create_new_rfp_task4_step1.png "CS Login Page")
* Under **Content Management** tab, navigate to **Active Workflows** > **All Active Workflows**. In the **All Active Workflows** list , click on **FinanceSectionWorkflow**
+
![This image shows the WCC Instance Active Workflows Documents](./images/create_new_rfp_task4_step1_1.png " Active Workflows Documents")
2. If, REDWOODUI is enabled, Login to the New Redwood UI for the WebCenter Content using the below details:
diff --git a/webcenter-content/wcc-rfp-mgmt/05-create-new-rfp-doc/images/create_new_rfp_task4_step1_1.png b/webcenter-content/wcc-rfp-mgmt/05-create-new-rfp-doc/images/create_new_rfp_task4_step1_1.png
index 86fe187..98eefb6 100644
Binary files a/webcenter-content/wcc-rfp-mgmt/05-create-new-rfp-doc/images/create_new_rfp_task4_step1_1.png and b/webcenter-content/wcc-rfp-mgmt/05-create-new-rfp-doc/images/create_new_rfp_task4_step1_1.png differ
diff --git a/webcenter-content/wcc-rfp-mgmt/07-merge-sections-to-rfp-response/07-merge-sections-to-rfp-response.md b/webcenter-content/wcc-rfp-mgmt/07-merge-sections-to-rfp-response/07-merge-sections-to-rfp-response.md
index 8a180ea..0abbba4 100644
--- a/webcenter-content/wcc-rfp-mgmt/07-merge-sections-to-rfp-response/07-merge-sections-to-rfp-response.md
+++ b/webcenter-content/wcc-rfp-mgmt/07-merge-sections-to-rfp-response/07-merge-sections-to-rfp-response.md
@@ -72,6 +72,8 @@ This lab assumes you have:
3. Select the Section Documents, in the order in which it has to be present in the RFP Response and click on **Merge Document**
+ > Note : * If the Section documents does not show-up when selecting the RFP Document Name from the list, perform re-indexing in WCC using the steps mentioned in **Appendix 3: Re-index collections and documents** of **Lab 3: Initialize WCC Environment** and select RFP Document from the list again
+
![Merge Page](images/merge_sections_task1_step3.png "Merge Page")
4. In the **RFP Response Details** Page, provide the value as below and click **Submit** button
diff --git a/webcenter-content/wcc-rfp-mgmt/workshops/sandbox/manifest.json b/webcenter-content/wcc-rfp-mgmt/workshops/sandbox/manifest.json
index bc75283..73a08ce 100644
--- a/webcenter-content/wcc-rfp-mgmt/workshops/sandbox/manifest.json
+++ b/webcenter-content/wcc-rfp-mgmt/workshops/sandbox/manifest.json
@@ -1,5 +1,5 @@
{
- "workshoptitle": "Quick start your records disposition program with WebCenter Content : Records",
+ "workshoptitle": "Build Intelligent Content Applications at cloud speed with Oracle WebCenter & Oracle APEX",
"help": "livelabs-help-db_us@oracle.com",
"tutorials": [
{