ERPNext Add s connection link to a customer page

Hi all,

Does anyone knows who to add a new docutype connections on a customer page such as on the following screenshot

https://frappeframework.com/docs/v13/user/en/basics/doctypes/actions-and-links#configuration-of-actions-and-links

What’s the Action / Route ?

The Action / Route column is for custom buttons on the form. So, whenever the button is clicked the @frappe.whitelist method specified in the Action / Route column will be executed.

You can learn more about these actions here:
https://frappeframework.com/docs/v13/user/en/guides/basics/frappe_ajax_call

1 Like