0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Salesforce】画面に表示していない値を再描画したい

Posted at

問題

画面に表示していない値を再描画したい

内容

<タブA>
・オレンジ
・みかん
・りんご

<タブB>
・オレンジ
・みかん
・りんご

上記のようなデータが同じテーブルにあり、
タブAを表示しているとき、タブBは表示しない

そこでタブAの「みかん」を「ミカン」にした場合、
連動してApexメソッドにてタブBの「みかん」も「ミカン」にする

reRenderで更新をかけたところタブAしか更新されない

解決策

タブBの「みかん」を「ミカン」にした後に
タブBのデータを再取得(SELECT)する。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?