How to mass upload Access Type for Contacts in contact Table
book
Article ID: 110883
calendar_today
Updated On:
Products
SUPPORT AUTOMATION- SERVERCA Service Desk Manager - Unified Self ServiceCA Service Desk ManagerCA Service Management - Asset Portfolio ManagementCA Service Management - Service Desk Manager
Issue/Introduction
Customer has users in CA_CONTACT table, however there are no correspondece in usp_contact table with an "Access Type" code. How to mass update all the access type for all thos contacts?
Environment
Service Desk manager 14.x / 17.x
Resolution
Customer can do the following query to see all the Contact id that are present in ca_contact table and are not present in the usp_coontact table:
select a.contact_uuid "CNT", b.contact_uuid "USP" from usp_contact B FULLOUTERJOIN ca_contact A on b.contact_uuid=a.contact_uuid
This quesry will show what are the ca_contact id that don't exist in usp_contact table (and vice-versa).
For all those contacts that are present in the ca_contact table and are missing in usp_contact table, he can do an input file format to be uploaded in the usp_contact, like: