Merge pull request #27 from forcedotcom/jbleyleSF-using-the-app

Using the Record Viewer App
This commit is contained in:
C Seymour 2017-10-09 10:29:40 -07:00 коммит произвёл GitHub
Родитель 732f6a1c88 080d29052c
Коммит 5a223ec3ff
1 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@ -96,3 +96,16 @@ After creating the Connected App in Salesforce, follow these steps to set the de
heroku config:set CONSUMER_KEY={key}
```
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.