issues
search
XRM-OSS
/
Xrm-Templating-Language
A domain specific language for Dynamics CRM allowing for easy text template processing
https://xrmadventuretime.com/tag/xtl/
MIT License
22
stars
8
forks
source link
New functions to add
#62
Closed
DigitalFlow
closed
1 year ago
DigitalFlow
commented
1 year ago
Coalesce (Take first non null parameter as result)
With (Make it possible to define values for later reuse)
Filter (Make it possible to filter arrays similar to what
Map
does)
Switch-Case like in KQL
DigitalFlow
commented
1 year ago
All besides
With
have been released as part of v3.9.6.
Map
does)