• editable and useable percentage fields

    How can we create a field for sales to manually enter based on their opportunity that shows and reads as a percentage (0-100%), not a decimal? We would use that percentage in calculations on the backend elsewhere. In our example, we ask for each product…
  • Get field label in PHP

    Hi, In a custom component I need to display a field label. According to the documentation I can use the "translate" function. https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_12.1/Architecture/Languages/Module_Labels…
  • Field type enum does not show on the list view filter dropdown.

    I have create a field type enum but the drop down does not show ? I have follow the documentation https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_11.0/Cookbook/Creating_Custom_Fields/ but the filter does not show as dropdown…
  • multi-attachments field, doesn't work on v11.2.0

    Hi everyone. I have a field, type "multi-attachments" to load files on my Case module. I have an issue with this field after upgrading to Sugar 11.2.0 (on previous versions, this field worked without problems), this one doesn't show the attached file…
  • How to show a RLI field value into Opportunities list view?

    Hello Devs! I have spend hours and hours searching for the answer to this question: How am I able to show a Revenue Line Items field value into the Opportunities list view? Want I want to do is show the total value of an Opportunity (saved in…
  • How to put a serial/pholio numer to the opportunities created?

    Hello DevGods, my name is Angel and I´m new in Sugar. I was wondering if there is a way to get every Opportunity once saved to tag itself. Example: I make my first opportunity and I want to "tag" that Opportunity with the first letter of the Business…
  • auto increment integer field

    Hi, I use sugar 7.6 pro and I want a custom integer field id_autoincrement in the task module which is autoincremented every time that I create a new task. If I create a task and the last created id is 10 the new one will be 11 for example. I find a lot…
  • How can I access fields in my javascript?

    Hi, Sorry if the question is very simple but I'm can´t seem to find a solution to my problem, maybe because I'm new to SugarCRM development. I managed to add a button near the "Edit" button when you open a contact and I managed to make it call a hardcoded…
  • Trying to create a relationship between Opportunities and Meetings and use the existing subpanel

    The goal is to create a one-to-many relationship of Opportunity to Meetings ( opportunity_meetings_1 ). As you know, Opportunities already have such a relationship ( opportunity_meetings ) because Meetings has a native flex-relate field. I know that creating…
  • Is it possible to get data from js and put it in iframe field in studio ?

    I would like to get token form header and put it in field iframe in studio. Is it possible to do like this?