Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • What data do they want to transfer, from which applications?

    • If the app is not already supported on Canvas you may ask if they know a technical contact person for the API. You may also contact ConnectMyApps regarding adding support for the app on Canvas.

  • Which application will be the master for the data?

  • Is the transfer one-way? Or will a separate workflow transfer some data back the other direction?

  • What are their expectations for the integration? (ask for “user stories”, business goals)

  • Will the data be transferred once (just created), or will there be a continuous synchronization (updates and deletions)?

  • How will data be matched between applications?

    • For example, for employees, will they be matched by employee number? Or email address?

    • For other data items, will there be a unique ID in each system that can be used to link objects?

  • How will fields be mapped?

    • If the integration is completely new, a mapping table must be created with input from the customer. For example, you may provide the customer with a spreadsheet listing the fields in SameSystemthe source application, and ask them to fill out the corresponding fields in the other target application. The customer probably does not know the name of the fields in the API, but this can usually be deduced by a technical person reading the description, and by asking some follow-up questions.

  • Discuss testing and verification of the logic.

...