Click HERE to see how Saviynt Intelligence is transforming the industry. |
10/18/2023 08:31 AM
Hi Team,
There is a use case where we need to use the preprocessor to pass the organization name updated in user profile.
Can we use the below query to update it:
"UPDATE NEWUSERDATA SET customer = (select currentcustomer.customername from currentcustomer where currentcustomer.customername = 'abc')",
"UPDATE NEWUSERDATA SET customer = (select currentcustomer.customername from currentcustomer where currentcustomer.customername = 'xyz')",
10/19/2023 02:22 PM
You can refer the below link for query format to update org info.