RSF_LEAD_NEED

(SQL Table)
Index Back

Lead Needs

Record stores information about all the NEeds for a Lead

  • Related Language Record: RSF_LEAD_NEED_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.

    Prompt Table: RSF_LEAD

    2 SEQ_NUM Number(3,0) SMALLINT NOT NULL Sequence
    3 PROD_SETID Character(5) VARCHAR2(5) NOT NULL Product SET ID
    4 DATE_FULFILLED Date(10) DATE Date When the Fulfillment was sent
    5 NEED_ID Character(15) VARCHAR2(15) NOT NULL Need ID

    Prompt Table: RSF_NEED_TYPE_V
    Set Control Field: BUSINESS_UNIT_RSF

    6 PRIORITY_ID Character(15) VARCHAR2(15) NOT NULL Relationship Priority

    Prompt Table: RSF_NEED_PRTY_V
    Set Control Field: BUSINESS_UNIT_RSF

    7 IMPACT_ID Character(15) VARCHAR2(15) NOT NULL Impact ID

    Prompt Table: RSF_NEED_IMPT_V
    Set Control Field: BUSINESS_UNIT_RSF

    8 STATUS_ID Character(15) VARCHAR2(15) NOT NULL Relationship Status ID

    Prompt Table: RSF_NEED_STAT_V
    Set Control Field: BUSINESS_UNIT_RSF

    9 DESCR100 Character(100) VARCHAR2(100) NOT NULL Length 100 Description
    10 DESCR254 Character(254) VARCHAR2(254) NOT NULL Description of length 254
    11 REQUIRED_DATE Date(10) DATE Required By
    12 PRIORITY_CHAR Character(1) VARCHAR2(1) NOT NULL Priority Char (1) field. PRIORITY is a Numeric field, so we could not provide any XLAT for that. So created this field.
    1=Urgent Priority
    2=High Priority
    3=Medium Priority
    4=Low Priority
    13 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID

    Prompt Table: RSF_SUSER_A_VW
    Set Control Field: PERSON_ID

    14 BO_ID_CONTACT Number(31,0) DECIMAL(31) NOT NULL This field indicates the Business Object ID for the contact.

    Prompt Table: RSF_LE_CONTACTS

    15 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.

    Prompt Table: RSF_LE_PART_VW

    16 CONTACT_NAME Character(50) VARCHAR2(50) NOT NULL The individual contact name associated with a given bank/counterparty.

    Prompt Table: RSF_LE_CONT_VW

    17 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    18 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
    19 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
    20 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
    21 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.
    22 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time