In previous post you learnt how to create REST API to fetch data from SugarCRM application, in this tutorial you will learn to migrate data from Salesforce to SugarCRM application. Continue reading “How to parse Salesforce tables and put data in SugarCRM?”
Category: SugarCRM
Get list of records from SugarCRM module using REST API
Its very common problem for many people to fetch data from SugarCRM application and feed it to some other application. Using REST API we can easily fetch list of records from any SugarCRM module. This tutorial show you how can you create your own API endpoint. In the example below, you’ll need to replace the URL, Username, Password, then locate ‘{Module}’ and replace it with the corresponding module name. And if you want a list of records from Projects, you would replace {Module} with Projects.
Continue reading “Get list of records from SugarCRM module using REST API”
How to make certain field readonly or disabled based on some other field’s value using SugarCRM Dependencies
Let’s suppose you want to make Mobile field readonly based on Title field’s value in Contacts Module.
SugarCRM Dependencies:
You can achieve above with SugarCRM Dependencies. Experienced SugarCRM developers already know about Dependencies but if you are not familiar with them, no worries and carry on reading! Continue reading “How to make certain field readonly or disabled based on some other field’s value using SugarCRM Dependencies”
How to change logo of SugarCRM application
After completing installation of SugarCRM community edition, one of the first things you may want to change is the application logo. SugarCRM provides the option to change logo in admin panel.
Continue reading “How to change logo of SugarCRM application”