Configurations

Type:    Form
Description: Provides access to creation and modification options of processing configuration scripts.
Tabs:

getProfileList()

view

adjustData()

view

configureProfiles()

view

Items:


Configuration List

Includes the list of available configuration scripts.
¦_
Name
Name of the record.
References: Script.Name
¦_
Description
Description of the record.
References: Script.Description
¦_
Modify Configuration
Allows to modify the selected configuration script. Opens Form: Modify Configuration Script
¦_
Remove Configuration
Allows to remove the selected configuration script.
¦_
Add Configuration
Allows to create a new configuration script. Opens Form: Modify Configuration Script

Modify Configuration Script

Includes configuration script creation or modification options.
¦_
Save
Saves all changes on the form.
¦_
Close
Closes the form without saving any changes.

General

Includes general configuration script settings.
¦_
Name
Name of the record.
References: Script.Name
¦_
Type
Type of the configuration script.
Reference to the entity that represents enumeration of script types within an onboarding application.
References: Script.Type CL
¦_
Description
Description of the record.
References: Script.Description

getProfileList()

Includes configuration script's name and description, as well as a list of associated profiles.
¦_
function getProfileList(){}
Allows to get a list of profiles supported by the configuration.

adjustData()

Includes modification options of a function associated with provisioning process.
¦_
function adjustProvisioningData(d...
Allows to adjust additional parameters for provisioning.

configureProfiles()

Includes modification options of a function associated with a provider profiles configuration.
¦_
function configureProviderProfile...
Allows to return a map with created profiles.