Customizing Agreement Actions
You can customize the standard agreement actions and override their default behaviour. The following agreement actions can be customized by using the code mentioned in their respective Visualforce pages:
Action Name |
Description |
---|---|
create_new_agreement |
Create a new agreement |
create_offline_agreement |
Create an offline agreement |
create_oppty_agreement |
Create an agreement from Opportunity |
create_child_agreement |
Create a new child agreement |
store_executed_agreement |
Store executed agreement |
clone_agreement |
Clone an agreement |
amend_agreement |
Amend an agreement |
renew_agreement |
Renew an agreement |
Customization is achieved by using the existing Visualforce page containing JavaScript code and configuring the action to invoke the JavaScript code in a new Visualforce page before displaying the agreement to the user for editing. Ajax JavaScript libraries supplied by Salesforce are available for use in the JavaScript code.