• using CRM.FindRecord is there a way to request only certain fields?

    So the issue is that say the communications table is very large (which it is on a lot of production systems) and even though it is indexed using findrecord is slow as its does a select * when i really only need a few fields. I want to use FindRecord…
  • Email-Manager, Error with Method FindRecord. Error Message = [DBNETLIB][ConnectionWrite (send()).]General network error

    Hi everyone we successfully used the Email-Manager in a SageCRM V2018 R3 Install to import Leads from a website (WebSite sends Email with values from a form) and it was working perfectly. Around one week ago, the processing of the script suddenly…
  • Setting field values in OnCreate Script

    Feeling dazed and confused by the differences in scripting syntax that I'm seeing on the community site. My objective is to set the default Territory on an Opportunity, not from the company's territory, but from the company's primary user's territory…
  • CRM.FindRecord Context in Create Script

    I'm still trying to 'connect the dots' in my understanding of the javascript Create and Validate rule scripts. Specifically, can 'out of context' data be queried? Or maybe there is another way to accomplish my task? In a case workflow, I need to filter…