USERFIELD_STORAGE

 1 Replies
 1 Subscribed to this topic
 45 Subscribed to this forum
Sort:
Author
Messages
Bill
New Member Send Private Message
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 Send Private Message
Posts: 6
Basic Member

There are no Cross references. Try this...

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