xrmscriptworkbench
Version:
The base types to create custom script for Dynamics 365 within a XrmScriptWorkbench project.
7 lines • 424 B
text/typescript
export { registration, tabStateChange, attributeChange, attributeVisibility } from './Decorators';
export { EntityReference } from './EntityReference';
export { IOnLoad, IOnSave, FormScript } from './FormScript'
export { FormProxy } from './FormProxy';
export { AttributeProxy } from './AttributeProxy';
export { FormName, AttributeName, TabName } from './NameTypes';
export { ScriptRegistry } from './ScriptRegistry';