DYNAMICS 365 CALL CUSTOM ACTION FROM JAVASCRIPT AND C#
 
              In another post, we saw how to              call workflows from JavaScript and C#          .                  In this post, I will show you how to call a Custom Action from JavaScript and C# .                   For the sake of the post, I created a simple custom action against the Account entity with two input parameters and one output parameter.         This action will create a task record and set the Subject field to                                                Task created by custom Action from JavaScript  after calling the action from JavaScript                                           Task created by custom Action from C#  after calling the action from C#                                                           Below is the end result after calling the action from JavaScript                                               Below is the end result after calling the action from C#                                                            The below function calls the...