RBC_LEAD_VW(SQL View) |
Index Back |
---|---|
Lead ViewCorrespondance Lead View....... |
SELECT A.SYNCID , A.CMF_ID , L.DESCR50 , L.LEAD_STATUS FROM PS_RBC_REQUEST A , PS_RBC_REQST_KEYS B , PS_RSF_LEAD L WHERE A.CMF_ID = B.CMF_ID AND B.FIELDNAME = 'LEAD_ID' AND B.FIELD_VALUE = L.LEAD_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | CMF_ID | Character(36) | VARCHAR2(36) NOT NULL | Correspondence ID |
3 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
4 | LEAD_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Used by Sales Force Automation to keep the status of a Sales Lead.
AC=Accepted CD=Closed - Duplicate CL=Closed - Won CO=Converted to Opportunity DE=Deferred IM=Imported LO=Closed - Lost NE=New OP=Open RE=Referred RJ=Rejected TB=Turnback WO=Working |