Ursa Major Solar は、子レコード Star にリストされている親オブジェクト Galaxy の Type フィールドを確認したいと考えています。アプリ ビルダーは、「ピックリスト値は特定の関数でのみサポートされています」というエラーを受け取ります。 望ましい結果を得るために、アプリ ビルダーはどの式を使用する必要がありますか?
正解:C
TEXT() is a formula function that converts a picklist value to text. This can be used to display the Type field from the parent object Galaxy on the child record Star. ISPICKVAL() is used to check if a picklist value is equal to a specified value. VALUE() is used to convert text that represents a number to a number. FIND() is used to locate one text string within another text string.