Morten Holt
Morten Holt
**Describe the bug** In XrmQuery we translate Date values to the expected Filter string by checking `if (v instanceof Date) return encodeSpecialCharacters(v.toISOString());` At least in UUI, getValue on Date fields...
**Is your feature request related to a problem? Please describe.** When calling a workflow of type Action from TypeScript, one needs to use the `promiseRequest` function, hard-coding the name of...
**Describe the bug** When Relationship Insights is installed, but not enabled, a control "HealthWidget" is added to the Contact form. The control cannot be removed, and will result in the...
[Dataverse Formula columns](https://learn.microsoft.com/en-us/power-apps/maker/data-platform/formula-columns) are currently in preview. They utilize Power Fx and are presented as a more flexible replacement for calculated columns. XrmMockup should be able to calculate the value...
**Is your feature request related to a problem? Please describe.** XrmContext generates API models that depend on the OrganizationService and Entity base-classes. This is fine for Plugins / Workflows. However,...
**Is your feature request related to a problem? Please describe.** We currently support automatic registration of plugins and plugin steps. However, creating an action / workflow codeactivity required manual work....
Add list of illegal column names, and ensure the generated code postfixes a counter if they are used.
**Describe the bug** A formula field with the formula `If(TableName.'TableField', Boolean.Ja, Boolean.Nej)`, where `Boolean` is a custom global choise, should verify the value of `TableField` and return one of the...