Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to make manager field as mandatory during schema based import

Nalla
New Contributor
New Contributor

Hi Team,

During schema based import of users, users which are having manager field must only be onboarded into saviynt.

Users whose manager filed is empty they should not get unboard into saviynt

2 REPLIES 2

naveenss
All-Star
All-Star

Hi @Nalla  you can use inline preprocessor to achieve this. Refer below to build inline preprocessor.

https://forums.saviynt.com/t5/did-you-know/did-you-know-you-have-the-ability-to-compute-user-attribu...

 

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.

AmitM
Valued Contributor
Valued Contributor

Hi @Nalla ,

You can delete records using inline preprocessor 

"DELETE FROM NEWUSERDATA WHERE manager is null"

Thanks,

Amit

If this answers your query, Please ACCEPT SOLUTION and give KUDOS.