RFM_CUSTIPRS_VW

(SQL View)
Index Back

Installed Product with Serial

Installed Product by Customer (Field Service Mobile) with serial numbers. This view is used for implementing dynamic enumeration of installed products upon customer selection.

SELECT A.BO_ID_CUST , A.SETID , A.INST_PROD_ID , A.SYNCID , A.SYNCDTTM FROM PS_RF_INST_PROD A WHERE A.BO_ID_CUST <> 0 AND A.SERIAL_ID <> ' '

  • Parent record: RFM_CUST_PRD_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
    2 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
    3 INST_PROD_ID Character(20) VARCHAR2(20) NOT NULL This field is used to represent the installed product ID (key field)
    4 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.
    5 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time