• Set Relationship is not working on sandbox Sugarcrm

    This is m logic hook After Save , this logic hook is perfectly working on my local machine. But it is not working on sandboxcopy. I asked this question to Sugar Support team , They found that Set_relationship is not working . But my question is why this…
  • How to set multiple team when create new record via logic hook

    Hi, I try to create case record and put multiple teams, one is primary team(fetch from parent) another is team id but it doesn't work. $c = BeanFactory : : newBean ( 'Cases' ) ; $c - > name = 'Test' ; $c - > status = 'New' ; $c - > assigned_user_id =…
  • Run Duplicate check on keyup event of backbone

    Hi All, I am using a SugarCRM 7.7.0.0. I want to run the default duplicate check functionality of SugarCRM on keyup event of the backbone controller. So far, I have written the following code to extend the default controller of the record view, and I…
  • Method get_linked_beans() always returns empty list when triggered from Workflow

    Hi, I have set up a simple before_save logic hook for the Accounts module. When an account is saved the related contacts are retrieved using the get_linked_beans method. This works perfectly fine when manually editing and saving a record, but when using…
  • When using before_save in SugarCRM 6.5 how do I stop the save?

    I am going to use before_save to review a Merge before it completes. If both Contact records have the two different Student Ids, I want to stop the process and display a message saying it can't be done.
  • Blank Page on Contact Edit

    Hi, I have SugarCRM deployed which works fine except the edit function. When I edit a contact and hit the save button all I see is a blank page. After going back to the home page manually and click on the contact again to edit it, it shows the contact…
  • Adding audit to Projects module

    Hello Developers, i need to audit (view change log) the "Status" field in the Projects module. i noticed that the Project module doesn't have an "View Change Log" button at the top of the Detailview, when all other modules including custom ones i created…
  • Hook to Opt_out E-Mail in Module Contacts

    Hello Dear Sugar Community! I want to put all Email-addresses in the module contacts to "opt_out" if the checkbox "inaktiv_c" is checked. I use a hook, but unfortunately it doesn't work. The hook itself gets triggered, i tried it with error_log. Here…
  • How to add Custom Dynamic Drop down field based on query options list Report module..?

    how to add Custom Dynamic Drop down field based on query options list Report module..? Want to add dynamic Drop down Filed based on query data Options in Suitecrm/sugarcrm Report Module Fielter..?
  • How can I get all status of cases via load_relationship in logic hook

    Hi I found this in document http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.7/Data_Framework/Models/SugarBean/#Fet… I put in to logic hook its work but it return huge result. How can I get all status from this ? any suggestion…
  • Can anyone explain in detail API Hooks sugarCRM 7.*?

    Hi Everyone, I am new in sugarcrm7 I want to know the API Hooks in detail. I have checked in sugardev guide but i can't understand properly. Can anyone explain with proper example API Hooks. I have refered this link : http://support.sugarcrm.com/Documentation…
  • How do I find the teams for the account currently being saved?

    I have some logic that should get activated when an account is assigned to specific teams. If any of the teams associated with the account matches a team in this list, the logic should get triggered. From the logic hook: $teamSetBean = new TeamSet();…
  • How can i make App.api.call() synchronous and asynchronous?

    How can i make App.api.call() synchronous and asynchronous? Is there any flag available which can handle the call? Currently i have exposed one custom end point and calling the same from client (Account Save Button). I want to wait at client side (Inside…
  • Prevent logic hook from saving

    I have a logic hook triggering before_relationship_add for the Accounts module. This checks all contacts if certain flags are set and throws an error if not all the flags are found on the related contacts. After throwing the error, it looks like the save…
  • Change lead status back to 'New' when converting without opportunity

    When a lead is converted to a contact with an account, I would like the lead status to remain 'New' if there is no opportunity associated with it. The only time a lead should be in a 'Converted' status is when the lead has been converted to an opportunity…
  • Any idea for after_save logic hook to check data change ?

    Hi all, I have 2 ways to do. The first is using before save and after save for check data was changed I have been used in sugar 6.5 before. http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.7/Architecture/Logic_Hooks/Examples…
  • How to push customer master data from SAP to Sugar?

    We are using SAP ECC and having customer data in the system. Recently we implemented Sugar CRM and We want to import that Customer master data relevant for Sugar CRM from SAP. We need to know how we can connect these two systems to pass the data from…
  • Prevent before_save and after_save logic hooks from running on Import

    I've got some rather expensive process that I don't want to run when importing lots of records. I've considered adding a field 'disable_hooks_c' or something similar to manually disable or ignore events that are triggered due to an import. However, it…
  • How to customize dropdown items depend on the user security group?

    Hello, I am newbie to suger Crm , I am wondering how can I customize the sales stage drop down in opportunity model for example , so if user A from the security group SALES1 can see only the 3 options (Prospecting, Qualification, Needs Analysis) , if…
  • Issue when non-admin installs the bundle.

    Hi Team, I have observed that if I tried to install a bundle(Sugar CRM custom Zip File) on a new instance without admin rights it show me 80% progress and then gets hang. Is this a correct behavior? Or we are missing some thing. Regards, Deepak
  • include script file in footer while module installation

    I have script file in which i am using ajax call on my controller. I want to add this file in global footer when my module will install in new instance right i am statically include this file in my views template but in this case it will run when any…
  • Show notification that a logic hook triggered

    I need to show a notification that some fields were automatically updated by a logic hook. When saving an account or contact, it checks for certain flags to be set across all contacts. If it is the only contact attached to an account, the flags get set…
  • How to add workflow to package

    Hello, I make package for creating fields in existing module but I also need to add workflow to package. How i can do that? Ramana Raju Santhana sidhu sidhu
  • Opportunity sales status value not changing correctly

    Hello. I'm using SugarCRM Enterprise 7.5.2.4. I have a RevenueLineItems module, that is related to the Opportunities modules. What I need is when changing the RevenueLineItem 'sales_stage' field value, the related Opportunity 'sales_status' field value…
  • can I apply an after save hook for a sub panel?

    I want to do an after save hook for a sub panel, I tried adding it like what you would do for the main module but when I tried in when it in the sub panel it didn't work, but when I tried it using its main module it did work. So I'm guessing there is…
« 7 8 9 10 11 »