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.
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
Thank you. This is very util by me