• Visibility Framework and elasticsearch

    Hi guys, We are looking for some help / share of knowledge about the Visibility Framework, and more particularly the definition of the elasticsearch filter. We coded a visibility query using the following article : https://support.sugarcrm.com/documentation…
  • ERROR: isInList: The parameter at index 1 must be of type enum

    Hi, I have this "Visisble if" formula. $service_product_c is a multi picklist field. I want the field to be visible when the value "Business integration" is selected. I tried: equal("Business integration",$service_product_c) // This works, but no…
  • show hide field when picklist value

    Hi, Our customer has a picklist field "type_c" on account with value "company" and "person". A field "companyid_c" is visible when the value "company" is selected, otherwise this field is hidden. They want me to change the functionality to: Always…
  • Current user information - pre currentUserField function

    I want to be able to show/hide a field (or panel) on the Contacts module depending on whether the 'current user' meets a condition. I've thought about a custom field on the User module and also using a Role (using Andre Lopez' isUserInRole function) but…
  • View records only in same team

    Hello friends... I am tasked with our USA folk to only be able to view records within USA. Currently all records are Global Team and all users are in Global Team. Beginning with Contacts module as this task relates to Personally Identifiable Information…
  • Custom Visibility Code

    Hi Everyone, Does anyone know if it's possible to have custom visibility code that will show a module results in the sub panels under a record but not allow the user to open that result or view the result in a report unless that have access to the team…
  • Change DropDown list dynamically in Dropdown Field When we have parent Dropdown selected.

    Hello, What i am trying to achive is that i have a dropdown field named subtype which is dependent on parent dropdown type_2 (Dropdown field name). I am trying to setup subtype dropdown list dynamically using dependency. But i am getting an issue…
  • Adding formulas/field calculations when creating custom fields via the manifest file.

    Hey guys, I hope you are all well. I am currently work on a package to update our customer onboarding process. It would be preferred to install a single package in production and the configuration is complete except for adding the fields to the record…
  • Fix for blank space left in layout for hidden fields in 10.0.0

    Sugar 10.0.0 has a bug ( defect 79052 ) where it is leaving blank space in the layout for dependent visible fields where both fields in the row are not visible. If you have layouts like ours with lots of dependent fields, the layout takes up way more…