Hello
Is it possible to set the column XMarkedForDeletion when doing a sync even when an object matches but based on a different attribute?
For instance, imagine reading from an HR source. We join the object on Person.PersonnelNumber to the CSV file column EmployeeID. The CSV also delivers us say an IsActive column.We import this file using sync project, with object handling set to setting XMarkedForDeletion in 1IM if the object is missing in he CSV file.
What I want to know is, even though the employeeID is present in the file, if the IsActive column is set to 0, can we still mark the column XMarkedForDeletion to 2? The above doesn't fully make sens but its a condensed version of what we are trying to achieve
Thanks
Kin