Hi KVG,
The FEDERATEDIDENTITY field is added to the USERSECURITY table in the "Infor CRM v8.3.0.sxb". The UNameLF is a calculated field within Infor CRM so isn't available directly in SQL. The SQL statment to perform the same calculation is as follows: SELECT LASTNAME + ', ' + FIRSTNAME AS UNameLF FROM USERINFO.
If you install the Infor CRM v8.3.0.sxb in administrator you will get the FEDERATEDIDENTITY column added to the USERSECURITY table.
Check the documentation folder on the Infor_CRM_v8.3 iso for the Infor CRM Implementation Guide.pdf or the Upgrading to Infor CRM v8.3.pdf for information on the steps required to get the system to 8.3.
Steve |