From b0952ab4cdc76c3b86507b364e506d29ef2afa6e Mon Sep 17 00:00:00 2001 From: Christopher Burwell Date: Fri, 22 Nov 2024 13:45:14 -0500 Subject: [PATCH 1/2] Update README.md Fixing typos --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 20afaba..0e37def 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ Here is an example of an HTML form generated by Web2AnyObject utility. User need ``` -For testing thsi application a sample custom object `Web2Any_Sample` is provided. To simple quick test user can define a form to send data to this object. +For testing this application a sample custom object `Web2Any_Sample` is provided. To simple quick test user can define a form to send data to this object. NOTES: User can choose any object available on the list to use as target for this form. ## Installation Instructions There are two ways to install Web2AnyObject App: -- [Using Salesforce DX](#installing-web2anyobject-using-salesforce-dx): This is the recommended installation option. Use this option if you are a developer who may want to customize the app and may be contribute to this project code. +- [Using Salesforce DX](#installing-web2anyobject-using-salesforce-dx): This is the recommended installation option. Use this option if you are a developer who may want to customize the app and may contribute to this project's code. - [Using an Unlocked Package](#installing-web2anyobject-using-an-unlocked-package): This option allows anybody to install and use the Permission Navigator App without installing a local development environment. ## Installing Web2AnyObject using Salesforce DX @@ -57,7 +57,7 @@ There are two ways to install Web2AnyObject App: - Install Visual Studio Code - Install the Visual Studio Code Salesforce extensions, including the Lightning Web Components extension -Follow tehse steps to setup this app in teh scratch org for development. Alternative you can use shell script from Step 3 `dxorgcreate` +Follow these steps to setup this app in the scratch org for development. Alternative you can use shell script from Step 3 `dxorgcreate` 1. If you haven't already done so, authenticate with your Developer hub org and provide it with an alias, example (devhub): @@ -112,7 +112,7 @@ Follow tehse steps to setup this app in teh scratch org for development. Alterna ## After Install Manual Configuration -This package requires Admin manula configuration +This package requires Admin manual configuration 1. Navigate to Org Settings->Sites and select site domain. (Can use existing site) ![Site domain](img/site_domain1.png) @@ -124,7 +124,7 @@ This package requires Admin manula configuration ## Known Issues -1. If you install a package and launch the app but do not see Web Forme target site, the site was not created. Solution is to follow instruction post-install and configure new Force.com site. +1. If you install a package and launch the app but do not see Web Form target site, the site was not created. Solution is to follow instruction post-install and configure new Force.com site. 2. If your org is using several Communities you may see multiple sites to choose. Community site can be used as a gateway for Web2Any but, user needs to configure public NOT_Authenticated access for Guest User on the site. From 0c6c3ca4e94461fa0f2ed6529c508a6de2df4e62 Mon Sep 17 00:00:00 2001 From: Christopher Burwell Date: Fri, 22 Nov 2024 13:54:45 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e37def..5d17508 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Here is an example of an HTML form generated by Web2AnyObject utility. User need ``` -For testing this application a sample custom object `Web2Any_Sample` is provided. To simple quick test user can define a form to send data to this object. +For testing this application a sample custom object `Web2Any_Sample` is provided. For a quick test user can define a form to send data to this object. NOTES: User can choose any object available on the list to use as target for this form. ## Installation Instructions @@ -57,7 +57,7 @@ There are two ways to install Web2AnyObject App: - Install Visual Studio Code - Install the Visual Studio Code Salesforce extensions, including the Lightning Web Components extension -Follow these steps to setup this app in the scratch org for development. Alternative you can use shell script from Step 3 `dxorgcreate` +Follow these steps to setup this app in the scratch org for development. Alternatively you can use shell script from Step 3 `dxorgcreate` 1. If you haven't already done so, authenticate with your Developer hub org and provide it with an alias, example (devhub):