Create Manage Clauses Button on the Managed Clauses Object
A Select Clauses button needs to be created so that users can reorder managed clauses.
A Manage Clauses button needs to be created on the Manage Clauses object so you can reorder Managed Clauses.
To create a Manage clause button on the Manage Clauses object:
- Click Setup.
- In the sidebar, navigate to .
- In the Label box, type the name of your button.
- For Display Type, select List Button.
- Un-check the checkbox for Display Checkboxes (for Multi-Record Selection).
- In the Behavior list, select Display in existing window without sidebar or header .
- In the Button or Link URL field,paste the following:
{!URLFOR($Action.APXT_Redlining__Clause_Bundle__c.APXT_Redlining__Select_Clauses, null, [altId=thisObject.Id], false)}
where thisObject.Id is the ID of the object on which you want to add the button like Opportunity.ID - Click