This article uses an idea first mentioned in "Validation Rules Don't Always Mean Stop!".
The example 'UpdateRecord' event function below will write out into a log file which fields have changed. It won't write every field in the…
This article uses an idea first mentioned in "Validation Rules Don't Always Mean Stop!".
The example 'UpdateRecord' event function below will write out into a log file which fields have changed. It won't write every field in the…
If you are developing a server-side script such as a Create Script, Validate Script or Table Level Script, it is often useful to write debugging information to a log.
I'd like to share with you a very simple function that you can use to write to the CRM…
Secondary entities are technically never in context so the GetContextInfo method doesn't work for these entities. For example if you wanted to get the current address id this would not work: GetContextInfo('address', 'addr_addressid');…
In Sage CRM an individual user can set their own date preferences that control how CRM date and datetime fields are then displayed. This is done in the My CRM, Preferences tab screen.
If you are trying to establish how a date calculation should be made…
Hello,
By using SetContext() method, I am unable to set a custom entity record in recent list properly. Instead, The code provided below was able to set a record under a company mini-heading in recent list called 4074. However, the hyperlink behind the…