Skip to content

Releases: XRM-OSS/Xrm-Templating-Language

Release v3.6.1

06 Nov 14:56
cd5c26a

Choose a tag to compare

Fix bug in join function where removeEmptyEntries = true would remove also non text-field values.

Release v3.6.0

23 Sep 08:40

Choose a tag to compare

Added staticValueByEntity to RecordTable function

Release v3.5.0

20 Sep 15:21

Choose a tag to compare

Extended array functions by Sort and Union.
RecordTable can now display data from different fetches at once by using the Union function for bundling multiple fetches. Check the updated docs.

Release v3.4.0

17 Mar 23:55
3502986

Choose a tag to compare

This release adds a functionality for converting UTC DateTimes to local time DateTimes.
This closes #14.

Release v3.3.0

08 Mar 09:03

Choose a tag to compare

This release adds the Format function.

Release v3.2.2

16 Jan 07:49
7f52e81

Choose a tag to compare

This release updates the plugin assembly to fix null reference exceptions with empty template fields.
This fix was missing from v3.2.1 where it was initially announced.

Release v3.2.1

13 Jan 23:49

Choose a tag to compare

This release fixes issues with empty valued template fields in per-record templates (null reference exceptions) and transport issues concerning record URLs inside templates (After initially transporting a step with a RecordUrl, open it once inside the XTL editor and press save to ensure that all environment variables are set correctly).

Release v3.2.0

09 Jan 23:47

Choose a tag to compare

This release adds the possibility of specifying an appId for your record urls, which allows to open records directly in UCI for example.

Release v3.1.0

03 Dec 11:04
5990219

Choose a tag to compare

Implemented #9, #10, #11:

  • Bug regarding template field on custom action
  • Support AliasedValues in Value function
  • Make First and Last work on EntityCollections

Release v3.0.3

28 Oct 12:19

Choose a tag to compare

This is the first release to support CRM 2016 (v8.0) upwards.
The custom action oss_XTLProcessTemplate had to be recreated as oss_XTLApplyTemplate.