简体   繁体   English

Dynamics365:创建报价后停止复制产品

[英]Dynamics365 : Stop Products from Copying when Quote is Created

I am developing plugins in Microsoft Dynamics365 CRM and I need Opportunity Products NOT to get copied when one creates a new quote. 我正在Microsoft Dynamics365 CRM中开发插件,我需要在创建新报价时不要复制机会产品 I want to manually do that with a plugin, so as to perform certain calculations and set custom fields. 我想使用插件手动执行此操作,以便执行某些计算并设置自定义字段。

How do I disable this out of box feature? 如何禁用此开箱即用功能?

I doubt you can stop the OOB behavior because of the nature of Sales pipeline (Opportunity products cloned to Quote details on Quote creation). 我怀疑由于销售渠道的本质(机会产品在报价创建时克隆到报价详细信息),您是否可以停止OOB行为。

But anyway you are planning to re-add those products using plugin (guess it is going to be Asynchronous Post Create on Quote). 但是无论如何,您计划使用插件重新添加那些产品(猜测它将是“异步报价后创建”)。 In that plugin, you can delete the cloned products (quote detail) which came from Oppty before re-adding into Quote. 在该插件中,您可以删除来​​自Oppty的克隆产品(报价明细),然后再重新添加到Quote中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用代码从 Dynamics365 获取所有实体 - Get all Entities from Dynamics365 with code 在本地调试 Dynamics365 代码活动 - Debugging a Dynamics365 code activity locally Dynamics365 CRM - 无法登录到 Dynamics CRM - Dynamics365 CRM - Unable to login to Dynamics CRM 当对象的属性不存在时,在Dynamics365 Web API中该怎么办? - What to do in Dynamics365 web api when property on object doesnt exists? Dynamics365 - 单击按钮并显示弹出窗口时无法找到相应的元素 - Dynamics365 - Unable to find the corresponding element when a button clicked and a popup showsup 从Dynamics365代码活动返回自定义的DTO类 - Return a custom-defined DTO class from a Dynamics365 code activity 尝试通过 Web API 将“SharepointDocumentLocation”添加到 MS Dynamics365 - Trying to add a "SharepointDocumentLocation" to MS Dynamics365 via the Web API MS Dynamics365 - 生成自定义序列号,确保唯一性 - MS Dynamics365 - generate custom serial number, ensure uniqueness 访问Dynamics365时发生错误“ Microsoft.Xrm.Sdk.dll中发生System.ServiceModel.Security.MessageSecurityException” - An error “System.ServiceModel.Security.MessageSecurityException' occurred in Microsoft.Xrm.Sdk.dll” occurs when accessing Dynamics365 用于 WinForms 应用程序活动 MFA 的 Dynamics365/O365 登录 - Dynamics365/O365 login for WinForms Application active MFA
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM