From 479acd70d1ea0695e921b514ed1221a1889735cd Mon Sep 17 00:00:00 2001 From: Sahan He <45299562+sahanHe@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:22:31 +0530 Subject: [PATCH 1/2] Update Module.md --- ballerina/Module.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Module.md b/ballerina/Module.md index 1cd50b56..f90f5a8a 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -9,15 +9,15 @@ Ballerina Salesforce connector supports [Salesforce v59.0 REST API](https://deve 1. Create a Salesforce account with the REST capability. 2. Go to Setup --> Apps --> App Manager - ![Setup Side Panel](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/side-panel.png) + ![Setup Side Panel](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/resources/side-panel.png) 3. Create a New Connected App -![Create Connected Apps](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/create-connected-apps.png) +![Create Connected Apps](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/resources/create-connected-apps.png) - Here we will be using https://test.salesforce.com as we are using sandbox enviorenment. Users can use https://login.salesforce.com for normal usage - ![Create Connected Apps](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/create_connected%20_app.png) + ![Create Connected Apps](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/resources/create_connected%20_app.png) 4. After the creation user can get consumer key and secret through clicking on the `Manage Consume Details` button. -![Consumer Secrets](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/crdentials.png) +![Consumer Secrets](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/resources/crdentials.png) 5. Next step would be to get the token. - Log in to salesforce in your prefered browser and enter the following url From 7c9571e23f464f5d1db78f8bccf8df98c0b4f6bd Mon Sep 17 00:00:00 2001 From: Sahan He <45299562+sahanHe@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:50:27 +0530 Subject: [PATCH 2/2] Update Module.md --- ballerina/Module.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/ballerina/Module.md b/ballerina/Module.md index f90f5a8a..852ffb39 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -9,15 +9,20 @@ Ballerina Salesforce connector supports [Salesforce v59.0 REST API](https://deve 1. Create a Salesforce account with the REST capability. 2. Go to Setup --> Apps --> App Manager - ![Setup Side Panel](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/resources/side-panel.png) + + Setup Side Panel 3. Create a New Connected App -![Create Connected Apps](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/resources/create-connected-apps.png) - - Here we will be using https://test.salesforce.com as we are using sandbox enviorenment. Users can use https://login.salesforce.com for normal usage - ![Create Connected Apps](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/resources/create_connected%20_app.png) + + Create Connected Apps + + - Here we will be using https://test.salesforce.com as we are using sandbox enviorenment. Users can use https://login.salesforce.com for normal usage. + + Create Connected Apps 4. After the creation user can get consumer key and secret through clicking on the `Manage Consume Details` button. -![Consumer Secrets](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/resources/crdentials.png) + + Consumer Secrets 5. Next step would be to get the token. - Log in to salesforce in your prefered browser and enter the following url