• How to access an information hold by a relationship in my view / layout / field ?

    Hello, I want to improved the Contact subpanel for the account's module, by including an additionnal CSS property to highlight contact that do not "work" anymore for the account, ie the contacts marked as not primary in the relationship accounts_contacts…
  • Sidecar nesting partials

    Since sidecar is using handlebars I thought it wouldn't be a difficult task to create a ul/li structure with multiple levels. I was so wrong. For some reason I need to use a sidecar specific 'partial' helper that retrieves the partial that I need and…
  • Consume API from within Sugar

    Hi, I would like to add a custom button to the opportunities module that makes a call to a custom endpoint that I created inside Sugar The endpoint requires authentication, so I was wondering what would be the best way to call this endpoint from within…