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.
Added On:  10/18/16
SQL Column:  CONTENT
Java Field:  content
Status:  Active
SQL Type:  longtext
Java Type:  String
Attributes:
Content of the record.
Added On:  11/04/19
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
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.
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.
Added On:  11/04/19
SQL Column:  LAST_UPDATE_DATE
Java Field:  lastUpdateDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
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.
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.
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.
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.
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.
Added On:  10/18/17
SQL Column:  TYPE
Java Field:  type
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Added On:  10/18/16
SQL Column:  TYPE_CL
Java Field:  typeCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Reference to the entity that represents enumeration of script types within an onboarding application.