This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Update record from Null Import

I have a requirement for the lack of a record in a data source to flow null to an attribute.

For example, I would be importing from a HR source to create Person objects in 1IM then a second source called TelephoneBook that just updates the Person object with the persons telephone number when it finds a match. The entry for a person in the TelephoneBook could be removed at some stage and this would indicate that the phone number should be removed from the user ie. The record is deleted in TelephoneBook.

Is there a way in 1IM to flow null to the phone number of the person when there is no corresponding entry in the TelephoneBook?

Parents
  • That one is easy, i think. You can mark the objects as outstanding when they are not found in the CSV file. That is some kind of disabled. If you need to change the objects after the sync you can create a process on the PostSync event of your BaseObject and do your magic there.
Reply
  • That one is easy, i think. You can mark the objects as outstanding when they are not found in the CSV file. That is some kind of disabled. If you need to change the objects after the sync you can create a process on the PostSync event of your BaseObject and do your magic there.
Children
No Data