0
1

More than 3 years have passed since last update.

選択リストのデフォルト値を動的にセットする(ただし項目が多いので数式はNG)

Posted at

質問

面白うそうな質問があがっていました。
I need to set a check box ON for certain list of values of another field . I have almost 60 values for that field and if I hard code it will be too big. Want to know if I can store all these values in a list somewhere and pass this list here in a Formula, that way formula doesn't look huge.

確かに60項目あるので、数式でハードコーディングすると大きいってエラーになりそうですね。

解決案

Step 1:- create custom settings type list and define the values of your custom settings( your text values).
Step 2:- write a trigger for your object where you want to update checkbox.

insert前トリガーを使って実装するようですね。
何かの参考に...

0
1
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
1