重用 salesforce.com 平台的销售应用程序包含的一些功能
我正在为 salesforce.com 平台销售应用程序进行一些定制。对于我新创建的选项卡之一,我想重新使用“机会”页面的“产品(价目表名称)”列表框上实现的功能(以及这些相关功能 - 选择价格表并制作机会产品)。
I am ding some customisation for salesforce.com platform Sales application. For one of tab that I have newly created, I want to re use functionality implemented on 'Opportunity' page's, 'Products (Price Book Name)' list box (with those related functionalities - select price book and make Opportunity Product).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,您需要自己重新创建此功能。尽管 Lacey 是对的,您可以利用
获取相关列表,但您将无法从机会产品、订单项、价格中提取所有功能书等,无需自己编写代码 - 手动:(抱歉这个坏消息!
Unfortunately you need to recreate this functionality yourself. Though Lacey is right that you can leverage
<apex:relatedList>
for related lists, you will not be able to extract all the functionality from Opportunity Products, line items, price book, etc., without coding this yourself - by hand :(Sorry for the bad news!