• Attachments not upload in SugarCRM

    Dear Team, I have upgrade SugarCRM version 9.0.1 to 11.0.6 . When i try to upload any attachments in any Cases using SugarCRM screen no reflected any error and showing file uploaded but i am try to view or download the same file facing issue attached…
  • HTTP: 500 Internal Server Error Invalid subscription json data

    Dear Team, I have Upgraded our sugar CRM 11.0.6 to 12.0.3 & we are Getting CRM after login screen ( HTTP: 500 Internal Server Error Invalid subscription json data ) Please help what can i do for this issue
  • Calculate the end date(SLA) from its start date in business hours

    I need to calculate end-date/SLA for a given start-date considering the completion-time in minutes within the business hours/days. For instance : start-date = 2023-03-17 15:00:00 completion-time = 240 (minutes) Considering 9 working…
  • How to manipulate directories and files on the new SugarCRM version.

    Hello everyone! Previously on my codes, I working with the local files and local directories using some like this: $function['mkdir'] = mkdir; $function['fopen'] = fopen; $function['unlink'] = unlink; ... $function['mkdir'](<new_directory_path>…
  • I need to

    I have an Use Case where : 1. There is one checkbox in Account Module which should get enable or visible only when : a. Account Inofrmation is saved successfully without any error and this account should have atleat one Address and atleast one case…
  • 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…
  • How To Remove Create Button form ListView  Enterprise 9.1.

    just Want To Remove Create button From list View....?
  • Failure in the "from" field to send emails

    I have SugarCRM 7 installed and I have configured the outgoing e-mail address by putting the name of my company in the "from" field and when sending the test e-mail to the recipient, the e-mail arrives with the name of my business. The problem is when…
  • Clear notice warning errors

    I have SugarCrm 7 installed in a Xampp server and although in the file php.ini I have configured that I do not show any warning of any kind in sugarcrm 7 I still get notice errors and I can not get them out. Could you help me?