RD_CNTCT_LEAD_V(SQL View) |
Index Back |
---|---|
My Contacts - Lead ContactsContacts for lead where the user who is logged in is part of the sales team |
SELECT B.LEAD_ID , C.PERSON_ID , B.BO_ID_CONTACT , A.SYNCID FROM PS_RD_PERSON A , PS_RSF_LE_SLSREP C , PS_RSF_LE_CONTACTS B WHERE B.BO_ID_CONTACT = A.BO_ID AND B.LEAD_ID = C.LEAD_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LEAD_ID | Character(15) | VARCHAR2(15) NOT NULL | Used by Sales Force Automation, this field uniquely identifies a Sales Lead. |
2 | PERSON_ID_SLSREP | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |
3 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
4 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |