收藏Jennifer Marsh (Creation Technologies) 提问于 #Data Management2015年10月28日 16:06I want to write a rule to block the creation of an opportunity unless the account type is filled in. Is this possible.4 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...已采纳的回答Brian Makas (N/A)2015年10月28日 16:12Validation rule on Opportunity ISBLANK(Account.type) or if you have a default value: NOT(TEXT(Account.type) = "Default Value") 显示更多添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
已采纳的回答Brian Makas (N/A)2015年10月28日 16:12Validation rule on Opportunity ISBLANK(Account.type) or if you have a default value: NOT(TEXT(Account.type) = "Default Value") 显示更多