【发布时间】:2021-01-22 02:30:35
【问题描述】:
我想通过检查两个选项列表字段 A 和 B 为字段 C 设置公式(选项列表中的值将是, 没有, 没有)
If field A = "Yes" and field B = "Yes" then field C = "1"
If field A = "Yes" and field B <> "Yes" then field C = "2"
If field A <> "Yes" and field B = "Yes" then field C = "3"
If field A <> "Yes" and field B <> "Yes" then field C = "4"
我不知道如何为字段 C 设置公式以使其工作,我尝试 CASE、IF 语句没有任何运气。
任何帮助将不胜感激。
谢谢,
【问题讨论】:
标签: salesforce salesforce-lightning