Skip to main content

Taking your Client Scripting workflow to the next level

6 min read
Mikko Berg
Senior Consultant @ Sulava

Development of client side scripting can be painful. As discussed in my previous blog post it is very easy to get started, but the flow - coding 鉃★笍 uploading 鉃★笍 publishing 鉃★笍 refresing - is very time consuming and super annoying.

Microsoft describes how to use Telerik Fiddler to help with this. As a Mac user, my issue with that is, that Fiddler Classic is not available for MacOS. Fiddler Ewerywhere is available for MacOS as well, but it's not free.

The free and better option are browser developer tools 馃専. Let's next discuss on how to streamline your development flow with them!

Must know JavaScript in model-driven Power Apps

9 min read
Mikko Berg
Senior Consultant @ Sulava

Model-Driven Power Apps enable makers to quickly create data focused applications. As the name suggests they lean on the data model in Dataverse. We can customize forms functionality with business rules to automatically populate columns, show validation messages and control column visibility and requirement level. Business rules work in the scope of a column - what if we want to control other things on the form? Let鈥檚 dive into simple JavaScript functions every citizen developer should know!

Hello World!

2 min read
Mikko Berg
Senior Consultant @ Sulava

Warmest of welcomes to my blog. I thought it would be nice to first start things off by explaining my intentions with this blog - and what would be more fitting than a classic "Hello World"!

Console.WriteLine("Hello World!");