• For API customization in SugarCRM

    Dear All, I want to customized Some input received in Sugar by Default API . How can I customized if ? And Also share the path of default API in SugarCRM used. For Example :- I have share a case crate API with portal user and I received regularly in…
  • I want to have alert notification on logic hook.

    I have gone through many questions and posts but i didn't find the solution for sugar 10.3 (Enterprise Edition) class save_customer { /* *$bean : *$event : *$arguments : */ function save_customer($bean, $event, $arguments) { //Check If Customer ID…
  • add company name to Contacts results when adding a new relationship o type One to Many.

    When adding a relationship between Module X and Contacts we see only Fullname, in several cases multiple contacts share the same name. I would like to customize these results that it would show also a custom field next to the fullname. I have modified…