I need to add a button to one of my detail views. This button should open a pop-up, which loads some data from a service, displays it, etc ( not important at this point). I have managed to add the button using the vardefs mechanism in Sugar. Then I...
I am using SugarCRM 6.5.x CE version. I want to make a dependent functionality where I have a dropdown field with list of email template name. And according to the selection of email template, textarea should be filled with email template body text....
I have checked several other threads on here related to masked input plugins not working and was unable to find any answers: Masked Input Plugin not working jQuery Masked Input plugin not working on form input? JQuery Masked Input plugin doesn'...
I wrote a function to remove accounts name relate field from Contacts QuickCreate but my function works in Firefox perfectly but in chrome its not working... Here is my function function manageRequired(reqArr, disabledVal) { var requiredLabel =...
I am adding logic to a custom module in its RecordView. Now I want to be able to use the same code in my CreateActionsView. How can one achieve this in an upgrade-safe approach in SugarCRM 7.2.x without having to copy and paste the same logic to t...
I'm running out of time to check the email content in sugarcrm table. I can see that the following data is stored in message_id column in email_cache table. [email protected]om But I'm not...
I am trying to create a popup in sugarcrm for the notes module. When a user clicks "Save Note" I want to validate that the field notes_c is not empty. If it is empty I would like an error to popup and say that the note is empty. They can eith...
I'm trying to change the value of a dropdown list via a click of a button, I'm using SugarCRM CE 6.5, and here's the problem I encoutered: And here's my code below: -- detailviewdefs.php <?php $module_name = 'UA_Quotes'...
In Sugar 7.8.2, we were able to get a list of the rows (of dashlets) displayed on the current dashboard from App.controller.layout.model.attributes.metadata.components[0].rows. In Sugar 8.0.0, metadata can no longer be accessed from App.controller.l...
I'm trying to figure out how to make listview/subpanel rows in my SuiteCRM database a certain color based on a dropdown selection. For example, if "Verified" is selected from the dropdown, the row should be yellow. I know you can do this...
©2020 All rights reserved.