Action


Added On:  08/25/12 
SQL Table:  ACTION 
Module:  UniSell 
Type:  Entity  Status:  Active 
Java Class:  Action 
Represents an action associated with a lead (result of a task)
Added On:  08/25/12
SQL Column:  ACTION_CL
Java Field:  actionCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes: Required, Min Length:2
Represents the type of action.
Added On:  08/25/12
SQL Column:  ACTION_CONTENT_FK
Java Field:  actionContent
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Action Content
Attributes:
Reference to the entity that represents text content (message) generation as part of the action information.
Added On:  08/25/12
SQL Column:  ACTIVITY_FK
Java Field:  
Status:  Active
SQL Type:  bigint(20)
Java Type:  
References Activity
Attributes:
Reference to an activity from which this action resulted
Added On:  08/25/12
SQL Column:  CONTACT_ORIGIN_NAME
Java Field:  contactOriginName
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Name of the contact origin used for the action (name of the person or organization to associate with the account from which a communication message is sent).
Added On:  08/25/12
SQL Column:  CONTACT_ORIGIN_VALUE
Java Field:  contactOriginValue
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Phone or email, used in the action.
Added On:  08/25/12
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the record was created
Added On:  08/25/12
SQL Column:  CREATOR_CODE
Java Field:  creatorCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
References User
Attributes:
Reference to a user that created this action
Added On:  10/17/12
SQL Column:  DESCRIPTION
Java Field:  description
Status:  Active
SQL Type:  varchar(1024)
Java Type:  String
Attributes:
Added On:  08/25/12
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:  08/25/12
SQL Column:  LEAD_CASE_FK
Java Field:  leadCase
Status:  Active
SQL Type:  bigint(20)
Java Type:  
References Lead Case
Attributes:
Reference to the case that the action is associated with.
Added On:  08/25/12
SQL Column:  LEAD_FK
Java Field:  
Status:  Active
SQL Type:  bigint(20)
Java Type:  
References Lead
Attributes: Required
Reference to a lead that this action is associated with.
Added On:  08/25/12
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Required, CreateOnly
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:  08/25/12
SQL Column:  NOTES
Java Field:  notes
Status:  Active
SQL Type:  varchar(1024)
Java Type:  String
Attributes:
Action related notes.
Added On:  08/25/12
SQL Column:  OWNER_CODE
Java Field:  ownerCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
References User
Attributes: Required
Reference to a user who is responsible for this action.
Added On:  08/25/12
SQL Column:  REASON_CODE
Java Field:  reasonCode
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
For visits only: reason for the meeting
Added On:  08/25/12
SQL Column:  SCHEDULED_ACTIVITY_FK
Java Field:  
Status:  Active
SQL Type:  bigint(20)
Java Type:  
References Scheduled Activity
Attributes:
Reference to a scheduled activity based on which this action was created.
Added On:  08/27/12
SQL Column:  STATUS_CODE
Java Field:  statusCode
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
References Action Status Code
Attributes:
Status code of the action
Added On:  08/25/12
SQL Column:  SUBJECT
Java Field:  subject
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
For email actions only: subject line to use for email message.
Added On:  08/25/12
SQL Column:  TEMPLATE_CODE
Java Field:  templateCode
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Code of template in the external system (for letter or automated phone calls) that was used to execute this action. For example, the value can be a letter code defined in a print house.