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