Događaj
Pridružite nam se na FabCon Vegasu
31. mar 23 - 2. apr 23
Ultimativni Microsoft Fabric, Pover BI, SKL i AI događaj pod vodstvom zajednice. 31. marta do 2. aprila 2025. godine.
Registrujte se već danasOvaj pregledač više nije podržan.
Nadogradite na Microsoft Edge biste iskoristili najnovije funkcije, bezbednosne ispravke i tehničku podršku.
Whenever possible, you should first consider applying one of the several declarative process options to define or apply business logic. More information: Apply business logic in Microsoft Dataverse
When a declarative process doesn’t meet a requirement, as a developer you have several options. This topic will introduce common options to write code.
You can write a custom event handler, known as a plug-in, and register it on the Dataverse server. The plug-in is registered to execute on a specific event of the Dataverse database transaction. When executed, the plug-in can create, read, modify, or delete data being processed during the current database transaction. In this way, plug-ins allow you to customize or extend the data processing of Dataverse.
More information: Write plug-ins to extend business processes
You can write and register custom workflow activities to provide additional actions within the process designer. Your new actions will be available in the workflow designer for users to apply - for example a condition or some new operation. In this way you can add new custom actions in the process designer for users of your environment.
More information: Workflow extensions
Događaj
Pridružite nam se na FabCon Vegasu
31. mar 23 - 2. apr 23
Ultimativni Microsoft Fabric, Pover BI, SKL i AI događaj pod vodstvom zajednice. 31. marta do 2. aprila 2025. godine.
Registrujte se već danasObuka
Modul
Extend plug-ins in Power Platform - Training
The purpose of this module is to provide an in-depth overview of plug-ins as it relates to Microsoft Power Platform development. This module will review how and when plug-ins are implemented, how they're registered and deployed, and the various configuration options that are available during plug-in registration.
Certifikacija
Microsoft Certified: Power Platform Developer Associate - Certifications
Demonstrate how to simplify, automate, and transform business tasks and processes using Microsoft Power Platform Developer.
Dokumentacija
Work with Dataverse tables using code - Power Apps
Learn about programmatically working with tables in Microsoft Dataverse.
Supported customizations for Microsoft Dataverse - Power Apps
Learn how you can customize Microsoft Dataverse using available tools.
Dataverse developer documentation - Power Apps
Provides access to highlighted areas within the Dataverse developer documentation