Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
Script
Added On:
10/18/16
SQL Table:
IAPP_SCRIPT
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
Script
Entity that represents script within an onboarding application.
Available Fields:
Content
Create Date
Description
Id
Last Update Date
Name
Owner CL
Owner Code
Parameter Content
Provider Account Code
Type
Type CL
Content
Added On:
10/18/16
SQL Column:
CONTENT
Java Field:
content
Status:
Active
SQL Type:
longtext
Java Type:
String
Attributes:
Content of the record.
Create Date
Added On:
11/04/19
SQL Column:
CREATE_DATE
Java Field:
createDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Description
Added On:
10/18/16
SQL Column:
DESCRIPTION
Java Field:
description
Status:
Active
SQL Type:
varchar(255)
Java Type:
String
Attributes:
Description of the record.
Id
Added On:
10/18/16
SQL Column:
ID
Java Field:
id
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Identifier / Primary Key
Attributes:
Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Last Update Date
Added On:
11/04/19
SQL Column:
LAST_UPDATE_DATE
Java Field:
lastUpdateDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Name
Added On:
10/18/16
SQL Column:
NAME
Java Field:
name
Status:
Active
SQL Type:
varchar(63)
Java Type:
String
Attributes:
Name of the record.
Owner CL
Added On:
10/18/16
SQL Column:
OWNER_CL
Java Field:
ownerCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
String
References
User Classifier
Attributes:
Reference to the entity that represents enumeration of possible owner types.
Owner Code
Added On:
10/18/16
SQL Column:
OWNER_CODE
Java Field:
ownerCode
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Code of the record's owner.
Parameter Content
Added On:
10/18/16
SQL Column:
PARAMETER_CONTENT
Java Field:
parameterContent
Status:
Active
SQL Type:
longtext
Java Type:
String
Attributes:
Content of the assigned object.
Provider Account Code
Added On:
10/18/16
SQL Column:
PROVIDER_ACCOUNT_CODE
Java Field:
providerAccountCode
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Attributes:
Account code assigned by a processor.
Type
Added On:
10/18/17
SQL Column:
TYPE
Java Field:
type
Status:
Active
SQL Type:
varchar(60)
Java Type:
String
Attributes:
Type CL
Added On:
10/18/16
SQL Column:
TYPE_CL
Java Field:
typeCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
String
References
Script Type Classifier
Attributes:
Reference to the entity that represents enumeration of script types within an onboarding application.