Triggers: Difference between revisions

4 bytes removed ,  20 September 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 49: Line 49:
{| class="wikitable"
{| class="wikitable"
|-
|-
! Act !! Phase !! Performance
! Action !! Phase !! Execution type
|-
|-
| rowspan="3" | Creating an entry
| rowspan="3" | Creating an entry
| opening forms creation || synchronous
| opening Entry Edit card for add || synchronous
|-
|-
| before saving the recording || synchronous
| before saving the entry || synchronous
|-
|-
| After the record is saved || asynchronous
| after saving the entry || asynchronous
|-
|-
| rowspan="3" | Changing the recording
| rowspan="3" | Updating an entry
| opening notation changes || synchronous
| opening card for update || synchronous
|-
|-
| before saving the recording || synchronous
| before saving the entry || synchronous
|-
|-
|After the record is saved || asynchronous
|after saving the entry || asynchronous
|-
|-
| rowspan="2" | Deleting entries
| rowspan="2" | Deleting an entry
| before deleting records || synchronous
| before deleting an entry || synchronous
|-
|-
| after the removal of records || asynchronous
| after deleting an entry || asynchronous
|-
|-
| rowspan="2" | Opening the Recording card
| rowspan="2" | Opening the Entry Edit card
| in front of the window display || synchronous
| before the window display || synchronous
|-
|-
| after the window display || asynchronous
| after the window display || asynchronous
Line 78: Line 78:
| before the operation || synchronous
| before the operation || synchronous
|-
|-
| after operation || asynchronous
| after the operation || asynchronous
|-
|-
| rowspan="2" | Deleting an entry from shortlist
| rowspan="2" | Deleting an entry from Favorites
| before the operation || synchronous
| before the operation || synchronous
|-  
|-  
| after operation || asynchronous
| after the operation || asynchronous
|}
|}