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…
This will look at the behaviour of the Values collection. For a more complete discussion see the article The Values() Collection.
Imagine a new field called pers_type has been added to the person table and included to the screen personboxlong. The field…
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…