Microsoft Power Fx + XRM Tokens

Why mixing two very different but very similar features?
I hope you will see it, if you read on…

What’s a Token?

I don’t really know why… but it’s a word, a special word, representing other words… where the word is a data word, will be replaced with words from the actual data, as it is actually used. I think.

Continue reading “Microsoft Power Fx + XRM Tokens”

Power Apps Studio and GitHub 🚀

During the Christmas holiday, I used my time off to explore the integration between Power Apps and GitHub.

I started to explore this new feature because I wanted to see changes to the code. I mean real code. There is no way to easily see the code… Well, Power Apps is a no/low-code as we know, so I also know we should not want to see codeBut I do. I have to.

Continue reading “Power Apps Studio and GitHub 🚀”

Conditional Unique Auto Number Sequences in Microsoft Dynamics 365 / CRM

Conditional unique auto number series

A common request for Auto Numbers in Microsoft Dynamics 365 (CDS/CRM) is to have one number field with different formats and unique sequences based on data on the record or it’s parents.
I call this “Conditional Unique Auto Number Sequences”.

Continue reading “Conditional Unique Auto Number Sequences in Microsoft Dynamics 365 / CRM”

Dynamic content in Auto Numbers for Microsoft Dynamics 365 / CRM

As the creator of the Auto Number Manager tool in XrmToolBox, I get two questions more than any other questions:

How can I number existing records?

How can I add dynamic content to the numbers?

In a previous article I gave my solution to the first question. I will now dive into the second one and show a simple way of adding dynamic information from the numbered entity and related entities into the numbered attribute.

Continue reading “Dynamic content in Auto Numbers for Microsoft Dynamics 365 / CRM”

Auto Numbering existing records in Microsoft Dynamics 365 / CRM

As the creator of the Auto Number Manager tool in XrmToolBox, I get two questions more than any other questions:

How can I number existing records?

How can I add dynamic content to the numbers?

Auto Number Manager for XrmToolBox

To answer these questions once and for all, I will post my suggestions in two articles. I will step way outside my comfort zone of coding the solutions and give you strictly no-code alternatives.
Well, I do feel reasonably comfortable, since I wrote the code in the tools we need… ?

Continue reading “Auto Numbering existing records in Microsoft Dynamics 365 / CRM”