Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/07/2024 10:46 PM
Hello Team,
Saviynt Version 23.9
We are importing account-entitlement import via schema-based account import for Application A. During this import we are not getting exact account status via CSV file.
Is there any way we can do some pre-processing for Schema based account import ?
Regards,
JB
08/07/2024 10:51 PM
Hi @JB pre-processor is only supported for user import.
For account import you can do the following:
1. Store the status in account custom property.
2. Use enhanced query execution to update the account status.
Let me know if you have any questions!
08/07/2024 10:54 PM
Hello @JB,
You can write an enhanced query which will set the status on account post import. Do you have any field in CSV file to determine the account status?
Best,
Ankita
08/07/2024 11:10 PM
08/07/2024 11:17 PM
@JB, You can perform calculations in enhanced query. Store all the status fields in account's custom property and use those fields in the enhanced query to decide the final status.
Preprocessing is not supported for account import.
08/08/2024 06:44 AM
Its better data come from target instead of manipulating