• RESTful API with SID authentication does not work when updating (PATCH) a record

    When we use basic authentication to update (PATCH) a record it works fine. Snippet as follows (sorry if this is not clear, seems the insert "code" function does not work on sagecity.com) var RollUpValue = crm.fields('quot_rollup').value() var RollUpSQLUpdateValue…
  • sdata crud

    The following is an example of how to update a field, in this case an Oppo_OpportunityUId, via client side 'Custom Content' using an sdata2/sagecrm2 (CRUD) call. In this example the aim is to copy the hidden Opportunity Id to a new field so that it can…
  • How to secure the Sage CRM?

    We have SageCRM version 7.1.h. I am looking for a way to secure the access to outside users. Our concern involves two things: authentication and encryption. The current authentication scheme uses the username/password from the Sage CRM database. It…