Business Console 10.7 | webMethods Business Console Documentation | Developing Gadgets for Business Console | Importing and Enhancing AgileApps Forms | New Files Generated on Importing AgileApps Cloud Forms
 
New Files Generated on Importing AgileApps Cloud Forms
A few files are generated anew when you import an AgileApps Cloud form. The following table contains the list:
Folder Names
File Names
File Description
Views
view.xhtml
This file contains the parent view that is visible on the UI. The aa_view_partial.xhtml file is linked to the view.xhtml page as an angular partial directive.
aa_view_partial.xhtml
This file contains the complete HTML content of the AgileApps Cloud form.
settings.xhtml
Object name and object type fields selected while importing the AgileApps Cloud form are non-editable fields.
The RecordID field is used to retrieve the AgileApps Cloud object instance details and it is populated with a randomly chosen object instance by default. This is an editable field.
Mode field controls the behavior of the imported AgileApps Cloud form. It can be used to either create or update a record.
Scripts
controller.js
This file provides the model layer for the view.xhtml page.
config.js
This file contains internal configurations used by the gadgets framework. Any modification to this file may result in unexpected behavior of the generated gadget.
directive.js
This file is the angular directive. It contains all the business logic.
custom.js
This file remains blank on creation. You can add custom business logic in this file.