• For API customization in SugarCRM

    Dear All, I want to customized Some input received in Sugar by Default API . How can I customized if ? And Also share the path of default API in SugarCRM used. For Example :- I have share a case crate API with portal user and I received regularly in…
  • Calculated sum field with multiple conditions

    I am looking to create a calculated field that will find the sum of fields on related records if they meet 2 separate conditions. I'm able to use the rollupConditionalSum to account for one of the conditions, but I can't figure out how to include an additional…
  • How do I create a label field that shows a warning or not?

    I have an API that returns true or false based on if the id is associated with a course that has been billed. I needed to create a API, because the billed value is in a parent module. How do a create a custom field that is a label that displays a…
  • Why is Package not uninstalling correct?

    CreditFields.zip Above is a link to the package I am using. The package installs just fine, yet when I uninstall it I get the following errors. Wed Sep 30 16:05:49 2020 [ 6385 ][ 1 ][ ALERT ] Query Failed: ALTER TABLE campaigns_cstm drop COLUMN…
  • Create multiple choice field types

    Hi everyone, I trust you are all keeping well and safe during these unusual times. Was wondering if anyone has ever created a multiple choice type field, either using radio buttons or tick boxes? Similar to what we normally see during a survey. Here'…
  • Setting default values in new custom fields doesn't work

    I've created three new custom fields using a module loadable package by placing the text quoted at the bottom in manifest.php. The fields were created with no problems. When I look at these fields in Studio, I see the default values set as in manifest…
  • Can SugarBean access custom fields without using the "_c" ending?

    I have an after_save logic hook in a custom module where I'm setting the value of a field called rate_actual equal to the value of a custom field called engineer_rate_c . But, there is a typo in the code where I forgot the "_c" ending, like this: $bean…