Wednesday, July 27, 2022

What is Actions in D365

Actions

Actions are a type of process. You can invoke actions, including custom actions, directly from a workflow or dialog without writing code!

You can call actions

  • From code that executes within a plug-in or custom workflow.
  • From a command that is placed in the application and executes the operation using JavaScript code.
  • From integration with another system that uses the Dynamics 365 Customer Engagement (on-premises) web services.
  • From a custom client application that uses the Dynamics 365 Customer Engagement (on-premises) web services.

Why use actions?

With Actions, you can perform operations, such as Create, Update, Delete, Assign, or Perform Action. Internally, an action creates a custom message. Developers refer to these actions as ”messages”. 

Sunday, March 6, 2022

Introduction

 Introduction

Hi everyone, 
I am Jishnu Thapa a Dynamics 365 and Power Platform developer. 
I have been working as a D365 developer since 2019 and till now I faced different issues while developing solutions.
In this blog, I will keep you updated with all the new technical or functional updates related to D365 CE and Power Platform, and also I will write blogs on the most common issues and demo code for them.
I hope you will like my blogs.
You can follow me on the following channels.

Thanks!

What is Actions in D365

Actions Actions are a type of process. You can invoke actions, including custom actions, directly from a workflow or dialog without writing ...