Entertainment

  • ๐Ÿ“ข In this blog post, I will explain how to display field-level notifications in Dynamics 365 forms and demonstrate the usage of the addNotification() function with code examples. Let’s get started ๐Ÿ’ป What is addNotification()? The addNotification() function is a method of the Control object in the Dynamics 365 Client API. It allows you to…

    Read more

  • Shared variables in Dynamics 365 plugins are essentially global variables that are accessible across all plugin steps and instances. These variables can be used to store data that needs to be shared across different steps of the plugin or across different instances of the same plugin. Using shared variables in Dynamics 365 plugins provides several…

    Read more

  • In this post I’m going to show you how to start and stop Azure-SSIS Integration Runtime on a schedule by using Web activity. This is a useful technique if you want to save costs and optimize the performance of your SSIS packages in Azure. But first, let me explain what Azure-SSIS Integration Runtime is and…

    Read more