• Update contact field from custom option in edit menu

    Hi all so its been a sharp learning curve to get into sugar but its getting quite rewarding now. I've been asked by our tech support team to add an option to the contacts view that will enable them to reset a custom field RegPass__c so that they can easily…
  • AJAX to Sugar REST blocked by CORS

    I tried sending an AJAX request with jQuery to a SugarCRM REST endpoint, but it was blocked by Cross Origin Resource Sharing and returned HTTP 404 along with an error. This is the AJAX request: $ . ajax ( { type : 'POST' , url : ' https://example.sugarinstance…
  • How to restrict Account Create In to Mobile-App sugarCRM 7.* ?

    Hi Everyone, I have restricted account creation in to web(Base) but when I have check same for mobile-app that is not working. Can anyone help how to restrict account creation in to mobile-app. Please check below attachment for reference. Thanks Alex…
  • Missing API file error on AJAX call

    Hi, I've been struggling with the v10 AJAX framework in Sugar 7.6 and I've got it nearly there I think. Having tackled authentication, and a number of other problems, I'm stuck with it stating my GET request has a "Missing API File" with a 400 error.…
  • How do I get the current record ID in a script?

    Hopefully a fairly simple question: I am modifying an AJAX js for a quote building tool, that pops out product creation to a child window that lets me build a product from several options. The problem, is that I cannot figure out how to send the current…