- Print
- DarkLight
Add Custom Buttons to SugarCRM Views
Article Summary
Create a Field
- Log in to your SugarCRM instance using admin credentials.
- From the Administration page, select Studio located in the Developer Tools section.
- For each Mobileforce module you are configure, do one of the following:
- For CPQ, select the Opportunities module.
- For FSM, select the Cases module.
- Select the Fields component.
- Click Add Field.
- From the Data Type dropdown list, select wRecord Buttons.
- Do one of the following:
- For CPQ: Enter the following details for the button:
- Button Set Name: cpq_menu_c
- Button Set Label: New Quote/Proposal
- System Button Set Label: LBL_WRB_CPQ_MENU
- For FSM: Enter the following details for the button:
- Button Set Name:
- Button Set Label:
- System Button Set Label:
- For CPQ: Enter the following details for the button:
- Click Configure.
- For all Mobileforce modules, specify the following options:
* Buttons Type: Buttons
* Show in Header: selected
* Show Icon: selected
General Settings:
* Icon: MONEY
* Icon Color: White
* Color Scheme: Primary Button Color
* Show Icon: selected
Action Configuration:
* Action: Run URL - For the specific Mobileforce modules, specify the following options:
- For CPQ:
- Label: +CPQ
- Base URL:
https://<instance_name>/#mfcpq_MobileForce_CPQ/{id}/{name}/{account_id}/{account_name}
- For FSM:
- Label: +Sales Task
- Base URL:
https://<instance_name>/#mfdsr_MobileForce_DSR/{id}/{name}/{account_id}/{account_name}
- For CPQ:
Note:
Replace <instance_name> in the above URL with your full instance domain name (ex: sg-mobileforce.demo.sugarcrm.com)
- Click Save on the Configuration screen, and then click Save on the Edit Field screen.
Was this article helpful?