Is it possible to create a Visualforce page for the page where an approver actually approves or rejects an approval request? To clarify; I've created an order object and orders have to be approved. So after the creation of an order the system starts an approval proces. The manager of the creator of the order gets an e-mail with a link to approve or reject the order. I want to create a custom VF page to which this link directs. The reason is that, if an order is rejected I want the manager to enter more information then just a comment.
Tell me more
×
Salesforce Stack Exchange is a question and answer site for
Salesforce administrators, implementation experts, developers and anybody in-between. It's 100% free, no registration required.
|
|
Creating a visualforce will mean using apex for the approval process .Other way i could see is having some inline page for comments but users must be trained only to enter when they reject it or some backend logic |
|||
|
|