knowledgecenter-breadcrum

Knowledge Center

06 Jun, 2020

Call Unbound Action from Type Script with Input and Output parameter

Posted on 06 Jun, 2020 by Admin, Posted in Dynamics 365

Call Unbound Action from Type Script with Input and Output parameter Blogs

Call Unbound Action from Type Script with Input and Output parameter

Introduction

To build custom PCF control we use React JS or Typescript. Sometimes we need to call an unbound action from PCF control where we don’t specify an entity. We also call these action as Global Action. In this blog, we have explained how to call an Unbound Action from TypeScript with an Input and an Output parameter.

Solution with example:

  1. Create an Unbound action.
  2. Add steps, input and output parameter to it.
  1. Get Type of Input Parameter:
    We are using WebApi.online.execute to call action. We will need input parameters type for this action. To do this, go to /api/data/v9.1/$metadata” and find action, in this case new_UnboundAction.
  2. TypeScript function to call action:

Comment

This is a Required Field

Loading

Recent Updates

Ad hoc support Thumbnail image
Blogs
12 Mar, 2025

What is Ad hoc Support and Why Was It Created?

What is Ad hoc Support and Why Was It Created? Businesses today are constantly navigating obstacles that need swift and…

READ MORE
Data Migration thumbnail
Blogs
11 Mar, 2025

Data Migration: On-Premises to Cloud CRM Systems - A Step-by-Step Guide

Data Migration: On-Premises to Cloud CRM Systems - A Step-by-Step Guide Many businesses are moving their CRM systems from on-premises…

READ MORE
D365 Customer Service - Thumbnail
Blogs
03 Mar, 2025

What Is Dynamics 365 Customer Service?

What Is Dynamics 365 Customer Service? Dynamics 365 Customer Service is a powerful solution by Microsoft designed to enhance customer…

READ MORE