Integration Framework
  • Enables building integrations with external systems with minimal effort .
  • Provides ability to map Aras ItemTypes with external system types. For the mapped ItemType, properties can be mapped to external system type attributes with map direction (ArasToRemote, RemoteToAras, Both) .
  • Provides message queue to post messages related to added, updated and deleted events from both Aras and external system .
  • Allows to register server-methods as message handlers for various message types to synch changes .

    • ItemUpdated
    • ItemDeleted
    • RemoteItemUpdated
    • RemotedItemDeleted
  • Executes all message handlers asynchronously as part of processing messages from the message queue .