• Records last Modifications date automatic changes without updating records ?

    Hi All Please suggest , Records last Modifications date automatics changes without updating manual or api records ? any one have any idea why this is happen ? and where is it possible and why modification date changes without changes updating records…
  • I want to have alert notification on logic hook.

    I have gone through many questions and posts but i didn't find the solution for sugar 10.3 (Enterprise Edition) class save_customer { /* *$bean : *$event : *$arguments : */ function save_customer($bean, $event, $arguments) { //Check If Customer ID…
  • $bean->stored_fetched_row_c, logic hooks and relate fields

    Im trying to detect a change in a relationship through a logic hook but I cant seem to get the old value to compare it to the new. I have a serial number module which has a relationship to accounts Accounts -> one-to-many -> S_SerialNumber this…
  • how to create hook to retrieve a column and display on record view

    I am trying to create a hook that will retrieve the relevant column I want to display when selecting a relate field. By default this brings a back and stored the id in the custom table. I want to bring back a column related to this custom table …
  • Custom Web Logic Hooks or custom events

    Hi All Ive used a few Web logic hooks to send data out to our services server but now have the need to do something more custom. I can achieve what i need with a before save and after save hook that can compare fields and then send the data via curl…
  • want to insert into another module's Table.

    Hi Team, I have added a custom button on custom entity next to SAVE and CANCEL. On the click of custom button i want to pick some value from the FORM and want to insert into another module's Table. What is right way to achieve it. Thanks in advance. Regards…
  • How to get current platform(base/mobile) in SugarCRM logic hook?

    In my sugarcrm logic hook i wanted to know the if the user is using mobile app or desktop browser. Is there any function available to get current user platform?
  • Are SugarBPM processes triggered before or after logic hooks?

    Hello All, I have a question about how the triggering of SugarBPM processes compares to the triggering of logic hooks. We have three before_save logic hooks in the Opportunities module that are indexed to run in a specific order. I'm considering replacing…
  • Custom API error message

    Hello to everybody, We need to control that some fields of type text only has numeric values (not ask why...) at both UI and API request level so when a regular user creates/edit a record and save it a popup tell them that they enter non numeric values…
  • Filter records by created email address

    Looking for filter option on any module by created user's email address. As of now, i am able to filter by created user's id(system generated) and user's name. Thanks in advance
  • How to remove append contact multi email Save.

    How to remove or restrict multiple email insert in contact create . or I want to make Normal email field contact module. save only single email remove multi email save features or plus button. Thanks Mack
  • How to remove/disable by permanently sidebar pane (right side Dashboard) in Sugarcrm 9.1 from list view and Record View to all Module

    How to remove/disable by permanently sidebar pane (right side Dashboard) in Sugarcrm 9.1 from list view and Record View to all Module. sugar10. sugarcrm 9.1 developer preview developer
  • Unable to turn off TRACKER - support unable to help :(

    Hi everyone, We have a customer (on-site) using Ent 9.0.3, who must have their Tracker function in Sugar turned off (for compliance reasons). Using the checkboxes in Admin > Tracker doesn't stop the tracker from running. You can test yourself, it's still…
  • How to save Inbound emails attachments in case  Attachments ?

    Hi All I would like to save inbound emails Attachments save to cases module... => same as emails create cases but attachments not shows. any idea.. Regards MK.