Naming convention JS in subform
Attribute(s)
Naming Convention
Description
When JavaScript is placed in a subform, the name of this subform must represent this: JSLib-<Library Abbreviation>-<Name>
Motivation
Naming the subform this way, will identify the subform as being a Javascript Library.
Example / Details
When a subform is a JS Script library use the following format:
JSLib-<Library Abbreviation >-<Name>
The format for <Library Abbreviation> is in capitals, and the length is 3
characters. The abbreviation is used for a short reference in the function.
Thus you can see in which library the function is stored.
<Name> is the logical name for the script library.

JSLibrary_On_Subform.jpg