Move "Use" topic up.
This commit is contained in:
Родитель
4887b715bc
Коммит
8c1de97a17
22
README.md
22
README.md
|
@ -31,6 +31,18 @@ for i in {49000..49900}; do
|
|||
done
|
||||
```
|
||||
|
||||
## Use the Record Viewer App
|
||||
|
||||
To view a record, click a record in the Recent Items list.
|
||||
This list contains recently used items. If you don't see any records, go to your Salesforce org and select a record or two, then return to the Record Viewer app.
|
||||
|
||||
When viewing a record, you can click to Edit, Delete, or Clone the record.
|
||||
|
||||
To create a record, navigate to the app's home page and select an object from the dropdown.
|
||||
User Interface API supports all custom objects and some standard objects. If you select an unsupported object, the app will let you know.
|
||||
|
||||
To see the response from User Interface API that the app uses to build the page, click Show JSON.
|
||||
|
||||
## (Optional) Deploy to Heroku
|
||||
|
||||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
|
||||
|
@ -79,15 +91,5 @@ After creating the Connected App in Salesforce, follow these steps to set the de
|
|||
```
|
||||
Substitute `{key}` with the value from the Consumer Key field in the Connected App details.
|
||||
|
||||
## Use the Record Viewer App
|
||||
|
||||
To view a record, click a record in the Recent Items list.
|
||||
This list contains recently used items. If you don't see any records, go to your Salesforce org and select a record or two, then return to the Record Viewer app.
|
||||
|
||||
When viewing a record, you can click to Edit, Delete, or Clone the record.
|
||||
|
||||
To create a record, navigate to the app's home page and select an object from the dropdown.
|
||||
User Interface API supports all custom objects and some standard objects. If you select an unsupported object, the app will let you know.
|
||||
|
||||
To see the response from User Interface API that the app uses to build the page, click Show JSON.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче