Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/27/2024 02:50 AM
Hello,
While creating new user, my requirement is When I select ERP-Number, The Legal Entity(organisation) and Responsible Person gets auto-populated.
ERPno -> Legal Entity is working, now I want the Primary contact/Org owner to be auto filled as well.
I need SQL queries for two possible scenarios :
08/27/2024 02:53 AM
Hi @Vaibhav_Dubey how are the linked??
How to check if org should user point to?
08/27/2024 03:09 AM
I want the "Responsible person" field to be populated based on the organisation owner of the "Legal Entity" field or the primary contact of the organisation.
I need sql queries for both the scenarios, how i can populated the "responsible person" field
I cant seem to find the column in the database containing Org owner or primary contact of the org.
08/27/2024 08:56 AM
08/28/2024 02:51 AM
There is no customer_history table in my database
08/28/2024 07:02 AM - edited 08/28/2024 07:03 AM
Check from analytics
Data analyzer does not expose all tables
08/28/2024 07:27 AM
I tried and its not working
Query I used : select u.username as id from customer_history ch,users u where ch.customerkey=9 and ch.versionstatus=2 and ch.PRIMARYVENDORCONTACT =u.userkey
My organisation with customerkey 9 has a primary contact in place but its not showing here
08/28/2024 07:30 AM
: select ch.PRIMARYVENDORCONTACT from customer_history ch where ch.customerkey=9
08/28/2024 07:32 AM
08/28/2024 07:35 AM
Check logs