admin管理员组文章数量:1405669
1. 对象关系:
PriceBookEntry ——> Pricebook2 --------> Opportunity ------> Account
OpportunityLineItem -------> Opportunity
OpportunityLineItem ---------> PriceBookEntry --------> Product2
2. Trigger
在通过After Insert触发的Trigger里面,不能直接对Trigger.New里面的Record字段进行赋值,如果还要进行对象更新,必须New一下这个对象,并把已经Insert的Id赋值给它,然后做update,否则会报Record is read only 异常。(使用sObject.clone()和List.deepClone()可以很好的解决这个问题);
3. Customer Portal, Partner Portal
* Customer Portal : helps your customer to resolve their queries without contacting customer support rep.
* Partner Portal : Your partners can login to your salesforce Org via a website other than salesforce. They are able to see and manipulate data for which you made them authorized.
* customer portal is for your customers and Partner portal is for partners.
本文标签: 知识点Salesforce
版权声明:本文标题:Salesforce知识点 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/biancheng/1725943410a1034444.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论