USERFIELD_STORAGE

Sort:
You are not authorized to post a reply.
Author
Messages
Bill
New Member
Posts: 1
New Member

    We have user fields and can see the data via SQL. What we need to know is how to now find out how to link that data to the employee it is tied to. The UNIQUEID in the USERFIELD_STORAGE table doesn't match the same field in the EMPLOYEE table which means there must be a cross reference table somewhere. Thanks in advance.

    Vikram Raghava Reddy
    Basic Member
    Posts: 6
    Basic Member

      There are no Cross references. Try this...

      UNIQUEID (business class table) = UFSUNIQUEID (USERFIELD_STORAGE table)

      You are not authorized to post a reply.