Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须覆盖主页布局中的标准链接。我的主页布局截图是
当用户单击左下角的链接时,我想打开我的 visualforce 页面批准/拒绝链接。如何覆盖其功能,请指导。这可能吗?
为什么要覆盖现有链接?您可以将字段添加到批准页面布局,当批准者单击批准/拒绝按钮时会显示该布局,但您不能覆盖它。如果您绝对需要在链接上显示 visualforce 页面,您将需要创建自己的审批流程。