I created开发者_StackOverflow中文版 a relationship between a custom module and products which seems to work.The only problem is, I want to list the products on the custom module as a sub panel but Pro
I开发者_如何学Python create a module Acquisitions through module builderand now want to make some calculations for some fields.i have no clue how to create a logic hook and where to create this logic
I am trying to connect to SugarCRM soap services (what\'s the correct terminology?) using Suds: from suds.client import Client
I\'m a newbie to SugarCRM development. In my project, I have to generate a pdf for one entity details(say Account details). On details page, I have added \"Print PDF\" button, upon clicking this butto
I have a custom module with an email 开发者_高级运维field. What I want is in the detail view a link to the email. When I click on it, the compose mail wizard of SugarCRM should open in a pop-up window
I looked through the developer blogs and I can only find ways to create a custom global form button or to replace a field with custom code.I don\'t want to replace the field, I want to add a button be
function createPJOpportunityRelationship($pj_id, $op_id) { echo \"creating relationship\"; $set_relationship_value = array(
Everytime I try to reset a password, it sends me a email with the variable showing and instead of the value. I checked permissions and they seem to be fine. below is a sample of what it looks like
Helllo, Recently I upgraded to 6.2 GA from 6.1.4 via the upgrade patch. Even since then I\'m unable to create anything that has direct relation with Date & Time, namely, Call Logs, Meetings and T
How can I implement AJAX calls to my custom module\'s one开发者_C百科 of the field. My requirement is when we change some dropdown, it should check in the database and update the result in another fie