RSFD_MRG_LE_VW

(SQL View)
Index Back

Lead Customer Merge

The view for dashboard Leads where a merge of Customer or Partner BOID information has happened.

SELECT L.LEAD_ID , L.BO_ID_CUST , L.BO_ID_PARTNER FROM PS_RSF_LEAD L

# 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 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
3 BO_ID_PARTNER Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID of Partner Company.