Dynamics 365 – Execute Custom Action From Javascript with Input and Output Parameters
Views (27)
In Dynamics 365, you can call an action directly from JavaScript with its inputs. This can be achieved using the WebAPI. First, let’s create a new custom action in Dynamics 365. Our action will accept RecordURL, Prefix, FieldsToIgnore parameters. Then it will create a copy of the Record by querying its metadata. RecordURL – Input string … Continue reading Dynamics 365 – Execute Custom Action From Javascript with Input and Output Parameters
This was originally posted here.

Like
Report
*This post is locked for comments