サンプルアプリケーションのインストール
2.Record Viewer Git リポジトリをコピーします。
コマンドプロンプトから
git clone https://github.com/forcedotcom/RecordViewer.git
あかん、32ビットマシーンにDockerがインストールできない。インストールする方法を見つけたけど、やる気がでない。
32bit Windows マシンに Docker CE をインストールする
利用例
ユーザインタフェースAPIを使えばできそうです。
As of the Winter '18 release you can now use the User Interface API to get a user's favorites, create a favorite, update a favorite, or delete a favorite. Here is a link to the documentation.
For example, you can create a favorite by making a POST request to the /ui-api/favorites endpoint with this json as the body to favorite a list view:
{
name: "Most Important Accounts",
sortOrder: 1
target: "00BR0000000tTTwMAM",
targetType: "ListView"
}