TEAM_MEMBERS(SQL Table) |
Index Back |
---|---|
Sales Team MembersThis record stores the individual member codes of the Support Team, and the member designated as the manager. This is an optional record. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | SUPPORT_TEAM_CD | Character(6) | VARCHAR2(6) NOT NULL | Support Team Code |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | SUPPORT_TEAM_MBR | Character(8) | VARCHAR2(8) NOT NULL |
Team Member
Prompt Table: MEMBER_ACTIV_VW |
5 | MANAGER | Character(1) | VARCHAR2(1) NOT NULL |
Manager
Y/N Table Edit Default Value: N |
6 | PRIORITY | Number(3,0) | SMALLINT NOT NULL |
Priority
Default Value: 0 |