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....
var a = $('#txta').val(); console.log(a); result is complete html code from this url Now I want to get content of all #artikal-naziv tags (there are 96) var b = a.find("#artikal-naziv").text(); console.log(b); Result: Uncaugh...
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 =...
In SuiteCRM, the default statuses and lead sources use names that have spaces in them which is illegal to create in the Studio. Instead we have custom status names such as "New_Lead" that don't match the label "New Lead". SuiteCRM...
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 have searched the whole internet and I can't find a working way to log in to SugarCRM with Javascript. This is as close as I've gotten: var params = { user_auth:{ user_name:'jim', password:'jim',...
There are more than 2 questions about "How to run a js after Ajax load of content". They all suggest to run JS after Ajax load completed. I know how to handle that. Suppose more than 40 pages load a page my-Page.php via Ajax. Is there any JS...
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...
©2020 All rights reserved.