When you have written code for a GE subclass, layout control, form control, etc., Aptify needs to be made aware that there is a custom client-side implementation available.  This is done by creating a UI Part and connecting it to whatever it implements.

Step-by-step guide

  1. Create a new UI Part (from the Framework or UI application):
        Name: a descriptive name such as "Persons GE Subclass", "Meeting Transfer Wizard Payment Reconciliation Layout Control", "Text Box Form Control", etc.
        Part Type: JavaScript
        Description: description, probably not much different than the name
        Key Value: fully-qualified name of your implementing function, e.g. Aptify.applications.persons.personsGE
        Text: You can put your code here directly.  Or, if you prefer to keep it in an external JavaScript file for easier editing and debugging, just put a comment here so people looking at the UI Part will know where to look for the code, i.e.

    // Actual implementation is in Aptify.Applications.Persons.js
  2. Attach the UI Part to what it actually implements.

  3. Regenerate applicable metadata.

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.