Configure TotalAgility actions resulting from SharePoint events
You can configure and execute TotalAgility actions for SharePoint events. For example, you can configure a TotalAgility job that starts when a purchase order is uploaded to SharePoint.
When the event is raised on the Integration server, the action is executed on Azure.
TotalAgility provides the following actions for SharePoint events:
SharePoint events
You can configure TotalAgility actions for the following events in SharePoint.
|
SharePoint Event |
Occurs |
|---|---|
|
Item Added |
When an item is added to the SharePoint repository. |
|
Item Updated |
When an item is updated in the SharePoint repository. |
|
Item Deleting |
When an item is deleted from the SharePoint repository. |
|
Item Checked In |
When an item is checked into the SharePoint repository. |
|
Item Checked Out |
When an item is checked out of the SharePoint repository. |
|
Item Undo Check Out |
When an item checkout is undone in the SharePoint repository. |
SharePoint items
The following table outlines the SharePoint events that occur for the custom (user) defined columns in SharePoint.
| Actions Performed in SharePoint | Triggered SharePoint Events | Number of Jobs Created |
|---|---|---|
| Add an item |
|
One job for both adding item and for updating custom defined columns. |
| Upload an item |
|
Two Jobs:
|
| Check in an item |
|
Three Job:
|
When the ItemAdded and ItemUpdated Events (when a custom column is configured) are triggered:
When a document is added to library,
-
Sharepoint adds the document to the library.
-
Sharepoint fires the ItemAdded event.
-
SharePoint displays the property editing screen to the user.
-
User can edit the properties and click on Save.
-
SharePoint fires ItemUpdated event.
-
SharePoint now begins the process of automatically checking-in the document.
-
SharePoint fires ItemUpdated event.
-
SharePoint first ItemCheckedIn event.