Hi Everyone,
Need some help to call standard action (msdyncrm_UpsertFile) using javascript. or dynanmics crm plugin.
docs.microsoft.com/.../migrate-files
Facing issue while adding input parameter as String with a serialized JSON object .
Can anyone suggest me any reference for this.
Thanks,
Sahil
Hi,
Thanks for the reply.
Need to pass input parameters to the custom action call msdyncrm_UpsertFile
Please check this below code snippet
var actionName = "msdyncrm_UpsertFile"; // Global Action Unique Name
//Pass the input parameters of action
var parameters = {
"InputFile" : "{\"msdyncrm_name\":\"Data\",\"msdyncrm_contenttype\":\".jpeg\",\"msdyncrm_width\":10,\"msdyncrm_height\":10}"
};
but getting error
Hi,
Would you please provide your code snippet or attach some screenshots to describe your problem more clearly?
Best Regards,
Nya
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156