Thursday, August 19, 2021

Delete Record using BPF

How to Create Powerapps Gallery with Pagination

Open Dynamics CRM /Powerapps 

Click Gear Icon at TOP right


 

Click Advance Settings



Click process

 

Open the Process where you want to call an Action 

In my case am using Lead to Opportunity Sales Process

Open the BPF 

Deactivate if activated 

Select the stage where you want to add Action



Select New and Add Action Step 

Select New in the Execute Process in right side of properties 


Create a Process like this On this done à Click Activate


Once done you can see the steps in Action steps (Execute Process)

Open Visual studio and create a plugin for deletion process

Once Done Open Plugin Registration tool

Register Assembly

Click Create a new step and enter Message as (new_DeleteRecords)



 

 

 

No comments:

Post a Comment

How to Import Data from Excel to Multiple tables in PowerApps

Introduction:   I have created a view on how to import data from excel to multiple tables in Canvas PowerApps   Implemented Steps: ...