#質問
面白うそうな質問があがっていました。
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前トリガーを使って実装するようですね。
何かの参考に...