从帐户子网格添加新机会 auto-fills 对机会的每个帐户查找
Add New Opportunity from Account subgrid auto-fills every single Account lookup on Opportunity
标题基本概括了。
我有一个帐户屏幕,其中有 sub-grid 个机会(按 "parentaccountid" 个机会字段)。当我在该机会网格上单击 + 添加新时,它会在新记录表单上自动填充 parentaccountid。这很正常。
但我还有 5 个其他查找机会,具有 different/specific 含义。奇怪的是,它将所有这些查找设置为我开始的帐户记录(具有我单击 + 的机会子网格的帐户记录)。
这是预期的行为吗?
无论如何要改变这个?
我希望 CRM 仅自动填充定义该子网格关联的字段(即在这种情况下仅 auto-fill parentaccountid,将其他 5 个帐户查找留空)
我从未遇到过这种情况,但我相信这是由于根据社区线程进行的某些 OOB 关系映射所致。 Read more
尝试找到 N:1 关系下的映射,如果可能,删除映射。否则,您可能需要使用业务规则、脚本或插件来删除自动映射的值。
编辑:
This explanation 是有道理的,这是按照产品设计的预期行为。
Since there is an out of the box parental relationship (opportunity_customer_accounts), all those additional account lookups are automatically mapped to that same "parent" (accountid field), and, since they have already been mapped automatically, you can't map them to another field
标题基本概括了。
我有一个帐户屏幕,其中有 sub-grid 个机会(按 "parentaccountid" 个机会字段)。当我在该机会网格上单击 + 添加新时,它会在新记录表单上自动填充 parentaccountid。这很正常。
但我还有 5 个其他查找机会,具有 different/specific 含义。奇怪的是,它将所有这些查找设置为我开始的帐户记录(具有我单击 + 的机会子网格的帐户记录)。
这是预期的行为吗? 无论如何要改变这个?
我希望 CRM 仅自动填充定义该子网格关联的字段(即在这种情况下仅 auto-fill parentaccountid,将其他 5 个帐户查找留空)
我从未遇到过这种情况,但我相信这是由于根据社区线程进行的某些 OOB 关系映射所致。 Read more
尝试找到 N:1 关系下的映射,如果可能,删除映射。否则,您可能需要使用业务规则、脚本或插件来删除自动映射的值。
编辑:
This explanation 是有道理的,这是按照产品设计的预期行为。
Since there is an out of the box parental relationship (opportunity_customer_accounts), all those additional account lookups are automatically mapped to that same "parent" (accountid field), and, since they have already been mapped automatically, you can't map them to another field