在Salesforce上的选择列表字段中添加条件
我有两个不同的字段。
- 金额$(这是帐户对象的文本字段)
- 优先级(这是案例对象的选择列表字段 - 您可以选择[低,中,高])
,我要做的是将条件添加到该优先字段基于金额字段。如果金额$字段大于10,则优先级的值必须为“高”,我希望用户从列表中选择该值。
这可能吗?
谢谢
I have two differents fields.
- Amount$ ( It is a text field from the Account Object)
- Priority ( It is a picklist field from the Case Object - you can choose [low, medium, high])
Basically, what I am trying to do is to add a condition to that Priority field based on the Amount field. If the Amount$ field is greater than 10 the value for Priority must be "High" IF NOT, I want the user to pick the value from the list.
Is this possible?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论