UNPKG

@hso/d365-cli

Version:

Dynamics 365 Command Line Interface for TypeScript projects for Dataverse

8 lines (6 loc) 254 B
import {EntityFormContext} from './Entity.formContext'; export class EntityForm extends EntityFormContext { static async onLoad(executionContext: Xrm.Events.EventContext): Promise<void> { await super.onLoad(executionContext); } }