Plugins
Advanced User Warning!
Delegate plugins are an advanced feature intended for organization developers or Milyli to implement custom code that may not make sense to roll out to all Delegate customers. This section does not detail how to create and implement plugins but is intended to provide a high level overview of what the feature is intended for.
Delegate 2.3 introduces advanced functionality that provides the ability to further customize the system. Behind the scenes, Delegate fires several JavaScript events for different actions such as when the users are listed, created or edited. The plugins functionality allows for custom JavaScript to be executed that consumes these events.
The available events to be consumed are listed below.
When to Use
Plugins provide the ability to add additional customization to the system when it’s needed. An example of this would be the restriction of certain fields on a form. For example, if your organization uses the Status field on the matters form for internal purposes, a Delegate plugin can be created that will remove this field from the Matter create and edit form effectively preventing the modification and viewing of the field. There is a wide range of application for plugins. To learn more about implementing them please contact support@milyli.com.