PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

Preprocessor for Account import

JB
Regular Contributor
Regular Contributor

 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

 

5 REPLIES 5

naveenss
All-Star
All-Star

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!

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

Ankky
Regular Contributor
Regular Contributor

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

JB
Regular Contributor
Regular Contributor

@naveenss @Ankky 

Thanks for your inputs.

In this case, we need to do the calculation before import because the value we are getting in the CSV file is not correct and for same user it includes multiple status. Is there any way we can do the calculation how we are doing for user import?

Ankky
Regular Contributor
Regular Contributor

@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.

Its better data come from target instead of manipulating 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.