CUSTOMER_SKILLS

0 rows


Description

Data for Customers that have skills applied to their account as can be seen in the ACTIVENet Customer Skills Report

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVE_HUB_KEY int 4 null

The dbo record ID

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

CUSTOMERSKILL_ID int 4 null

Customer skills table primary key

CUSTOMER_ID int 4 null

Customer ID

CUSTOMER_FIRST_NAME varchar 255 null

Customer First Name

CUSTOMER_LAST_NAME varchar 255 null

Customer Last Name

SKILL_ID int 4 null

ID of the Skill evaluated

SKILL_NAME varchar 50 null

Name of the Skill evaluated

EVALUATOR_ID int 4 null

CUSTOMER ID of the person evaluating

EVALUATOR_FIRST_NAME varchar 255 null

Evaluator First Name

EVALUATOR_LAST_NAME varchar 255 null

Evaluator Last Name

EVALUATION_DATE datetime 16,3 null

Date of evaluation

QUALIFICATION_DATE datetime 16,3 null

Date the Customer met the necessary criteria or standards for the skill

EXPIRY_DATE datetime 16,3 null

Date the Skill can no longer be used for qualification

COMMENTS varchar 8000 null

Evaluatore comments

LAST_SYNC_TIME datetime 16,3 null

Date and time dbo record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The dbo sync process ID

Relationships

View Definition


Possibly Referenced Tables/Views