Hi, could someone give me a heads up on the best way to create an entry in the right hand panel of a contacts details view? The area where the image, contact details, email, phone, companies etc are listed?
I have an integration with SuiteCRM and am passing the CRM URL of that contact record to Mautic into a field type of URL BUT, the field does NOT become a hyperlink. I’d like to customise the right hand panel using the value passed to Mautic to create a new entry (SuiteCRM Record) at the bottom of the current links
For anyone looking to add this type of function (NOT upgrade safe I’d imagine)
I have a custom field in Mautic named suitecrmlink.
I have a custom field in SuiteCRM that has an onsave LogicHook attached. The logic behind the hook fills the field with the full URL of that contact record
The field in Suite is pushed to Mautic using the Mautic SugarCRM plugin and saved in the Mautic records suitecrmlink custom field
In the file app/bundles/LeadBundle/Views/Lead/lead.html.php add code in your required position (search for the class panel-title to find the beginning of the right hand side panel)
Hey Peter, great ideas both - can think of a myriad applications for the functionality - I’ll try and make time to implement as you’ve suggested :=]
I haven’t had much time yet to have a look at the underlying structure of Mautic, would you know off the top of your head if it supports an upgrade safe method of manipulating the interface? I’ve been working with SugarCRM/SuiteCRM of late and they both (really the same product) have a Custom folder where you can add enhancements that WON’T be overwritten by future updates - anything like that in Mautic