When there is entity-specific logic that needs to happen on the client side, you need to write a GE plugin plug-in for the entity.
Notewarning | ||
---|---|---|
| ||
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 expericeexperience. 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
...
- Download the template GE subclass from Aptify Web JavaScript Templates.
Follow the prompts in the template to implement your GE
plugin.plug-in.
alsoTip Remember to
pluginchange the comments to apply to your
!plug-in rather than the template
.
- Remove any template code that you don't do not need or haven't have not implemented.
- Add your implemented plugin to the Aptify 's metadata system. See Use a UI Part To Link JavaScript Code To Metadata.
...
Related articles
Filter by label (Content by label) | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|