Xrm-Templating-Language icon indicating copy to clipboard operation
Xrm-Templating-Language copied to clipboard

A domain specific language for Dynamics CRM allowing for easy text template processing

Results 25 Xrm-Templating-Language issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [loader-utils](https://github.com/webpack/loader-utils) and [source-map-loader](https://github.com/webpack-contrib/source-map-loader). These dependencies need to be updated together. Updates `loader-utils` from 1.1.0 to 1.4.2 Release notes Sourced from loader-utils's...

dependencies

Let say, I understand the template bellow work, but it from technical point. ``` Value("contact.gendercode") ``` We design to allow user enter the template, and we want it should be...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

Dear @DigitalFlow, I've seen that in the latest releases of this tool there is no solutions attached, could you please package it in the usual zip file? Best regards, Andrea

Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

Hi @DigitalFlow, How can I show/hide a column inside RecordTable based a value of that same fetchXml result? I put an example: I have a fetchXml which results 3 records....

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.3 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Hello @DigitalFlow , we made a new method that add the possibility to render a fetch result into a list of record in the html. Can you please consider to...