• How to place Dashlets on a 'Detail View' screen?

    The question states it all: I just need a way to replace a 'Detailed View' to a Dashlet. In my situation, what I need to do is essentially create a relationship (check) between two separate modules (check) and then take the result of this relationship…
  • Sugar rest api using Request-Promise

    I am trying to consume Sugar Rest API using Request-Promise. Below the sample code for doing so. import sugar from 'node-sugarcrm-client'; import rp from 'request-promise'; function fetchAccounts(){ var apiURL = " http:// <<suite-domain>>/service/v4_1…