Import Change Info Bind

Business rules can use the Import Change Info bind when running in an import. It accesses what has changed with the import (for example, new / existing objects, updated attributes). This object will be populated for each object in the import.

This bind is available within the 'Binds to' dropdown, as shown below.

Configuration

To use any bind:

  1. Create a business rule as defined in the Creating a Business Rule or Library topic here.
  2. Edit the business rule as defined in the Editing a Business Rule topic here.
  3. In the Edit Operation dialog, add the bind to a business rule, as defined in the Adding a Bind topic in the Reference Materials documentation here.
  4. In the Edit Operation dialog, optionally add Messages, as defined in the Adding a Localized Business Rule Message topic here.
  5. In the Edit Operation dialog, add JavaScript to call the bind.

JavaScript Methods

The object contains the following members:

isUnmodified()
getChanges()
isCreatedByCurrentProcess()
isAllDataHandled()