• How can I display fields from one module on the create and detail view screens of another module?

    In the module builder level, I have created three modules. We are using the SugarCRM sidecar method to display the modules. Module 1: Contracts Fields: Name, Email, Mobile Module 2: Contracts_Sales Fields: Sales_person_name, Sales_company, Sales_email…
  • Showing timeout while trying to search on custom field

    Hi All, I created and deployed a custom field through Studio and when I trying to search the particular custom field in the list view it seems to be timeout. How can I solve this issue ?
  • Custom Field - Mobile - Problem

    Guys, I created a new type of field has been implemented in Desktop version correctly , but is not visible on the mobile version , there is some code that should be implemented more ? I follow the tutorial below , but it seems that something is missing…
  • create custom field in sugarcrm database and get that value using REST

    Hi I just created a custom field in in database(in user table, i don't know it is good way or not), now i want to get the custom field value using REST api,all value are retrieving except my custom field. Below is my rest api params $get_entries_parameters…