RSF_LE_PROD_VW

(SQL View)
Index Back

Lead Products.

Used by SFA to store the products a lead is interested in.

SELECT L.SYNCID , P.PRODUCT_GROUP , P.PRODUCT_ID FROM PS_RSF_LEAD L , PS_RSF_LE_PRODUCTS P WHERE L.LEAD_ID = P.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 PRODUCT_GROUP Character(10) VARCHAR2(10) NOT NULL PRoduct Group

Prompt Table: RSF_PRODGRP_VW

3 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID

Prompt Table: RSF_PROD_VW