• 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…
  • Dynamic value set via Ajax in Accounts/Any modules in create page, But If click save button automatically got erased.

    $("input[name=name]").val('test'); when applying the value using Jquery. then after clicking the save button value is automatically erased and throws the required error message.
  • How to get a field auto populate from another module's (from subpanel view) field on create view?

    I need to get a field from a module and set the value of this field on the name field when I'm creating a new record. For example, in a custom module, we have a field called "work product", when we are creating a new record in subpanel module we want…