Skip to content

Commit

Permalink
Merge pull request #4 from countchrisdo/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
iandrosov authored Nov 24, 2024
2 parents 7c34053 + 0c6c3ca commit 5bc8879
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 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

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
Expand All @@ -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. 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):

Expand Down Expand Up @@ -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)
Expand All @@ -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.
Expand Down

0 comments on commit 5bc8879

Please sign in to comment.