Skip to content

Release v3.7.0

Compare
Choose a tag to compare
@DigitalFlow DigitalFlow released this 07 Aug 06:49
· 93 commits to master since this release
eace0a2

This release features the addition of snippets in XTL.
This is a great addition for being able to store global expressions that can be accessed from anywhere in your XTL expressions and also from your HTML templates when using this solution in combination with the Xrm-Html-Templating solution.

In addition to that, strings can now also be defined using single quotes, so that you don't have to escape all XML double quotes inside the Snippet functions "filter" config parameter.

Check the new "Snippet" Readme section for finding out how to use it.