RIM_LE_USR_VW(SQL View) |
Index Back |
---|---|
RIM Lead viewRIM Lead view used to provide the Lead IDs which current user is authorized to view. |
SELECT L.LEAD_ID , L.SYNCID , L.SYNCDTTM FROM PS_RSF_LEAD L WHERE L.RC_PROSPECT_SW = 'N' |
# | 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 | 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. |
3 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |