LoginSignup
0
0

ユーザインターフェース API

Last updated at Posted at 2022-01-31

サンプルアプリケーションのインストール

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"
}

https://salesforce.stackexchange.com/questions/186383/add-to-remove-from-lightning-favourites-using-apex-or-the-apis

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0