Questions tagged [sugarcrm]

Concerns regarding customization and development in the customer relationship management software "Sweetness" by SugarCRM Corporation. For expedited access to valuable insights, we highly advise specifying the edition and version of the Sweetness instance(s) under scrutiny. This is essential because distinct disparities exist between various releases and derivatives.

Is there a JavaScript function available that can be used to execute a script once content has been loaded via AJAX?

There are multiple inquiries regarding executing a JavaScript function after content is loaded via Ajax. I am familiar with the common solution of running JS after Ajax load completion. If more than 40 pages are loading a page my-Page.php using Ajax, is t ...

Is there a way to change a mandatory field to optional in SuiteCRM?

I have two fields, field-A and field-B. The behavior of field-B depends on the value selected in field-A. If field-A has a value of 1, then field-B becomes a required field. To achieve this, I utilize SuiteCRM's addToValidate JavaScript function. However, ...

Dynamically Calculate Fields Based on Search Conditions in SuiteCRM

I am looking to create a dynamic sum for a specific field, like in the example shown on image ex1.jpg: ex1.jpg When I search with a certain condition, the total number of results is 21 data. However, I only want to calculate the sum of the 20 displayed r ...