收藏Marie-Claire Arkoulakis (LL Global) 提问于 #Data Management2023年4月18日 23:41Validation Rule help I need to write a validation rule on an Order when an Account Name contains the text "(Ultimate Parent)" that an Order cannot be created. Thanks in advance! Marie #Data Management3 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...已采纳的回答Keiji Otsubo2023年4月18日 23:52Hi @Marie-Claire Arkoulakis, Try this AND(ISNEW(),CONTAINS(Account.Name ,"(Ultimate Parent)"))显示更多添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
已采纳的回答Keiji Otsubo2023年4月18日 23:52Hi @Marie-Claire Arkoulakis, Try this AND(ISNEW(),CONTAINS(Account.Name ,"(Ultimate Parent)"))显示更多