Custom Field


Added On:  05/27/16 
SQL Table:  IAPP_CUSTOM_FIELD 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  CustomField 
Entity that stores cutom fields on the reseller's level for onboarding application.
Added On:  05/27/16
SQL Column:  CONTENT
Java Field:  content
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Values of the custom fields that are stored for the reseller.
Added On:  05/27/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:  05/27/16
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Code of Merchant Account to which instance of this object is attributed to.
Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.

The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.
Added On:  06/01/16
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(64)
Java Type:  String
Attributes:
Name of the stored field.
Added On:  05/27/16
SQL Column:  OWNER_CL
Java Field:  ownerCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
References User Classifier
Attributes:
Represents the type of owner for this reseller.
Added On:  05/27/16
SQL Column:  OWNER_CODE
Java Field:  ownerCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Code of the owner in the system.
Added On:  06/01/16
SQL Column:  TYPE
Java Field:  type
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Type or the group that the stored field belongs to.