Hello,
I receive a file CSV with only employee actives. I have a synchronization project with the file CSV.
If a employee isn't in the file, I need mark the field IsInActive a true. I need deactivated the employee.
Is it possible?
Greetings.
Hello,
I receive a file CSV with only employee actives. I have a synchronization project with the file CSV.
If a employee isn't in the file, I need mark the field IsInActive a true. I need deactivated the employee.
Is it possible?
Greetings.
Hi,
In sync editor where you define what to do for objects only in 1IM but not in target system, you set the workflow to mark the object in 1IM to be deleted. Based on that, you can then assign a template which will set IsInActive to True when XMarkedForDeletion is set to 2. Keep in mind though it will also set XMarkedForDeletion to True, depending on your configuration you may or may not have issues with this flag.
Hi
I am going to check it
thank you.
Which version of OneIM are you using?
I just found out that starting with v 8.1, you can implement a custom script to handle this behavior within the sync editor itself. Perhaps its worth searching through the documentation to see if any code samples are available, or if someone is kind enough to share the code :)
They are called
Thank you. This is very util by me