Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーが選択ボックスで選択を行い、選択ボックスが変更されるのを待つ動的アクションで、選択された選択ボックスの値を読み取りたい
「変更」で起動する動的アクションを作成します。本当の行動として:
apex.item(this.triggeringElement).getValue()
これにより、変更イベントをトリガーした要素の値が取得され、選択した影響を受ける要素に設定されます。ただし、選択リストの値は、表示値ではなく、基になる戻り値 (ID など) になります。