我可以从标准 sf 页面的自定义链接按钮调用 vf 页面作为弹出窗口吗
我想显示没有parentid 的案例列表的弹出窗口,并允许选择使用复选框,并将选定的案例添加到相关列表中。单击链接按钮即可使用此弹出窗口
第一个问题是我可以将 vf 页面称为标准页面的弹出窗口吗?其余的我想我可以在 VF 页面中提交
谢谢 普拉迪
I want to show a popup of list of cases without parentid and allow to select usign checkbox and the selected cases are added up in a related list. This popup would be availabe on clicking of link button
First question would be can i call a vf page as popup from a standard page? The rest i guess i can hande it in the VF page
Thanks
Prady
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以为链接将驻留在其页面布局中的对象创建一个链接按钮。作为链接按钮的来源,选择“视觉力页面”并选择一个页面。请记住,vf 页面必须对同一对象(带或不带扩展名)使用 standardController,否则它将不会显示在列表中。选择在新窗口中显示页面,然后将链接按钮放置在页面布局上。
Yes, you create a link button for the object in whose page layout the link will reside. As a source for the link button choose "Visual force page" and choose a page. Keep in mind that the vf page MUST use standardController for the same object (with or without extensions) or it will not show up in the list. Choose to show the page in a new window and later place the link button on the page layout.