• howto auto-populate custom fields from product templates

    I have added a custom field to product templates and to products as well. How can I achieve that the custom field in products gets auto-populated from the product template field when the product is added to the quote? I have version 7.6.
  • Simple logic hook Error 500 on On-Demand

    I created a namespaced before_save logic hook that queries the DB for the largest number in a custom field, increments the result and sets that on the record when a new opportunity is created. It works perfectly on On-Premise, but responds with an Error…
  • Simple SugarQuery using a custom field returns no results

    I created a custom Integer field called ticket_id_c in the Cases module and I can clearly see the field having the value my code is looking for in the cases_cstm table, but I still get no results. $sq = new SugarQuery ( ) ; $sq - > select ( 'id' ) ; …
  • Moduleinstaller.install_custom_fields

    Hi, I am new to SugarCRM and I'm trying to learn the basics of it by going through the documentation available. The link at http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.9/Data_Framework/Vardefs/Manually_Crea… has the…
  • Creating custom fields based on selection of fields i need to get result and total result in another custom fields in sugarcrm 7

    Hello Frieds I want to create a Three Radio box with lable on top, then i want one text box (Salary). When their check from Four Radio box based on that i need to display the value on text box (Salary). Example: How much experience you have? 1 Year -…