惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
爱范儿
爱范儿
T
The Exploit Database - CXSecurity.com
量子位
T
Tailwind CSS Blog
T
Threatpost
The GitHub Blog
The GitHub Blog
AWS News Blog
AWS News Blog
云风的 BLOG
云风的 BLOG
K
Kaspersky official blog
P
Proofpoint News Feed
博客园 - 司徒正美
L
LangChain Blog
T
Threat Research - Cisco Blogs
C
CERT Recently Published Vulnerability Notes
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
S
Secure Thoughts
The Last Watchdog
The Last Watchdog
Spread Privacy
Spread Privacy
H
Hacker News: Front Page
T
Troy Hunt's Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
W
WeLiveSecurity
A
Arctic Wolf
Apple Machine Learning Research
Apple Machine Learning Research
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
P
Proofpoint News Feed
T
Tor Project blog
T
The Blog of Author Tim Ferriss
I
Intezer
P
Privacy & Cybersecurity Law Blog
美团技术团队
N
Netflix TechBlog - Medium
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Vulnerabilities – Threatpost
Application and Cybersecurity Blog
Application and Cybersecurity Blog
G
Google Developers Blog
Attack and Defense Labs
Attack and Defense Labs
T
Tenable Blog
月光博客
月光博客
Stack Overflow Blog
Stack Overflow Blog
J
Java Code Geeks
腾讯CDC
Microsoft Security Blog
Microsoft Security Blog
A
About on SuperTechFans
Last Week in AI
Last Week in AI

博客园 - Batistuta Cai

分享一本微软CRM2011标准功能介绍书籍 微软CRM 2011 新功能之四:审核 微软CRM 2011 新功能之三:可新增客户化活动类型实体 微软CRM4.0Plugin抛出异常信息实现换行功能 微软CRM 2011 Beta 新功能之二:不同组织不同基本语言 微软CRM 2011 Beta 新功能之一:全局选项集 微软CRM 2011 Beta Show 微软CRM 2011 Beta 发布了 微软CRM记录列表每页显示超过250个记录解决办法 微软CRM4.0表单Tab数量限制解决方法 微软CRM4.0自定义实体使用“查找地址”功能从客户自动带出地址信息 在Microsoft SQL Server 2008环境下安装mscrm4.0报“The specified path is not a metabase path”错误解决方法 - Batistuta Cai 开始Silverlight之旅--建立Silverlight开发环境 微软CRM打上rollup3补丁后导致工作流无法发布问题解决方法 微软CRM 中文技术支持部博客 Reporting Service 在文本框中换行的问题 MSCRM4.0商机移除价目表引起的问题 - Batistuta Cai - 博客园 MSCRM4.0删除Money类型属性可能引起的问题 - Batistuta Cai - 博客园 MSCRM调用外部JS文件 - Batistuta Cai - 博客园
报价单转订单时把报价单产品客户化属性映射到订单产品客户化属性
Batistuta Cai · 2009-07-02 · via 博客园 - Batistuta Cai

创建属性映射界面如下:


我们会注意到上页面的URL分别是:

http://localhost/mscrm/Tools/SystemCustomization/Relationships/mappings/mappingList.aspx?mappingId={XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
http://localhost/mscrm/tools/systemcustomization/relationships/mappings/createMapping.aspx?mappingId={XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}

系统中每一个1对N关系都有一个mappingId,但是商机产品->报价单产品->订单产品虽然没有1对N关系,但是系统属性之间也有
映射功能,他们会不会也有一个mappingId呢?
连接到数据库,执行以下SQL语句:
select * from  AttributeMap where TargetAttributeName = 'lineitemnumber'
果然返回2个记录(lineitemnumber是报价单产品/订单产品的一个属性),复制任何一个记录的EntityMapId属性,替换掉上面
URL的mappingId=后面部分,然后在IE中打开新的URL,神奇的一幕出现了:


选择需要映射的客户化属性并点击确定。

posted on 2009-07-02 18:54  Batistuta Cai  阅读(857)  评论()    收藏  举报