当赢得报价时,将自定义字段的数据从报价传输到订单
我正在使用 Sql server 2005 开发 MS Dynamics CRM 4.0
。我在 Quote 和 QuoteProduct 页面上创建了一些新字段(属性)。我在订单和订单产品页面上创建了相同的字段(属性)。现在的问题是,如果我赢得了报价,我想要新创建的 Order 和 OrderProduct 字段中的 Quote 和 QuoteProduct 新字段的数据。
期待您的来信。非常感谢。
I am working on MS Dynamics CRM 4.0 with Sql server 2005.
I have created some new fields(attributes) on the Quote and QuoteProduct pages. I have created the same fields(attributes) on Order and OrderProduct pages. Now, the question is, if I won the quote, I want the data of new fields of Quote and QuoteProduct in the newly created fields of Order and OrderProduct.
Looking forward to hear from you. Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该查看 Quote_Order 和 QuoteDetail_OrderDetail 关系下的映射。从报价创建销售订单时,将自动映射一个字段列表。
You should take a look at Mappings under Quote_Order and QuoteDetail_OrderDetail relationships. There is a list of fields that will be mapped automatically when creating an Sales Order from Quote.