• Apache Tomcat - Updates possible ?

    Hello everyone A customer asks us if it is possible to update the tomcat installation of SageCRM ? It seems there are some non-critital security updates for tomcat available and the customer would like to use them to udpate the "out-of-the-box…
  • Running a script after update?

    How do I run a table level script after a record has been updated? The UpdateRecord function is before the commit to the database. I ask this because I want to run an SQL script which updates a total in a quote field whenever any of the quote items…
  • How to identify reports or groups that reference specific views?

    We're experiencing periodic slowdowns in our recently-upgraded Sage CRM 7.2 system, and see a lot of these kinds of errors: You may need to recreate views manually. : SQL Error Well, we should clean those out anyway. When I try to edit some of our…
  • Updating emaillink

    I have a list of email addresses that were uploaded against the wrong Person records and am trying to run a query updating the emaillink ELink_RecordID column with the correct person IDs, but the query fails consistently. Any idea why the update fails…
  • Update field in CreateScript

    On the field orit_quantity , I have written code in the section CreateScript, to call a web service to get the discount and the price according to the article and the quantity. Is it possible, in this section (CreateScript), update other fields, for example…