-
Notifications
You must be signed in to change notification settings - Fork 16
Item Templates
PhuocLe edited this page Jun 20, 2026
·
3 revisions
| No. | Item Template | Description | T4 customize |
|---|---|---|---|
| 01 | C# Late Bound Class | Late-bound Dataverse entity class scaffold. | - |
| 02 | JavaScript Form | JavaScript form script, typings, and form helper file. | - |
| 03 | JavaScript WebApi | JavaScript Web API script, typings, and Web API helper file. | - |
| 04 | C# Plugin Class | Dataverse IPlugin class scaffold. |
Plugin T4 |
| 05 | C# Custom Action Class | Custom action handler scaffold. | Custom Action T4 |
| 06 | C# Custom Api Class | Custom API handler scaffold. | Custom API T4 |
| 07 | C# Workflow Class | Custom workflow activity scaffold. | Workflow T4 |
| 08 | C# Data Provider Class | Virtual table data provider operations: retrieve, retrieve multiple, create, update, delete. | Data Provider T4 |
| 09 | C# Test Class | Server-side unit test scaffold. | Test T4 |
| 10 | C# Ui Test Class | UI automation test scaffold. | UI Test T4 |
| 11 | Resource String | Dataverse localization resource file. | - |
| 12 | DevKit files | DevKit support files, batch files, helpers, and managed identity setup files. | - |
| 13 | TypeScript Form | TypeScript form script with generated form typings. | - |
| 14 | TypeScript WebApi | TypeScript Web API script with typed interfaces. | - |
| 15 | TypeScript Dialog | TypeScript dialog script with typed dialog interfaces. | - |
| 16 | JavaScript Dialog | JavaScript dialog script with typed dialog interfaces. | - |