Releases: XRM-OSS/Xrm-Templating-Language
Release v3.8.2
New Feature: Snippets can include HTML inside the XTL expression field. If set to "Contains plain text" = Yes and "Is HTML" = Yes, then the default Rich Text editor is shown.
You can also upload images in there, very useful for email templating.
Release v3.8.1
✨ New Feature: RetrieveAudit function for retrieving the last value of a field from Audit. Useful for "Your record changed status from X to Y" messages
🐛 Bugfix: Label retrieval works for statuscode and statecode option sets as well (In Value function with optionSetLcid parameter)
Release v3.8.0
This release features the implementation of arrow functions 🎉 🎉 🎉
You can use it with the new Map
function or inside the RecordTable
function by passing a renderFunction config parameter for manipulating values before they are inserted into the table.
Release v3.7.4
Add missing class to NuGet package.
Release v3.7.3
Fixed #23
Release v3.7.2
This release fixes a bug in the XTL editor, where saving of sdk steps was not possible if the editor had to create a secure configuration automatically.
Release v3.7.1
This release fixes a bug regarding the fetch function.
If you had fetch parameters which evaluated to null, the parser would throw an exception while parsing (which is before executing, so even an if expression would not have entirely taken care of it).
Release v3.7.0
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.
Release v3.6.3
OrganizationUrl now supports suffix and displayText / asHtml parameters.
Release v3.6.2
This release adds the IndexOf and OrganizationUrl functions