If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Create a GE Plug-In

When there is entity-specific logic that needs to happen on the client side, you need to write a GE plug-in for the entity.

Never Trust The Browser

We offer the ability to write client-side plugins to reduce the number of trips necessary to the server side. Adding various pieces of business logic calculation and validation on the client side makes for a much snappier user experience. Always remember, however, that client-side JavaScript is easily manipulated by bad actors. Never implement .NET business logic or validation ONLY in client-side code. 

 

Step-by-step guide

  1. Download the template GE subclass from Aptify Web JavaScript Templates.
  2. Follow the prompts in the template to implement your GE plug-in.

    Remember to change the comments to apply to your plug-in rather than the template.

  3. Remove any template code that you do not need or have not implemented.
  4. Add your implemented plugin to the Aptify metadata system. See Use a UI Part To Link JavaScript Code To Metadata.

Copyright © 2014-2017 Aptify - Confidential and Proprietary