Triggers: Difference between revisions

84 bytes added ,  22 September 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 47: Line 47:
|-
|-
| rowspan="3" | '''Creating an entry'''
| rowspan="3" | '''Creating an entry'''
| opening an Entry Edit card for add || synchronous
| '''opening an Entry Edit card for add''' || synchronous
|-
|-
| before saving the entry  || synchronous
| '''before saving the entry''' || synchronous
|-
|-
| after saving the entry || asynchronous
| '''after saving the entry''' || asynchronous
|-
|-
| rowspan="3" | '''Updating an entry'''
| rowspan="3" | '''Updating an entry'''
| opening an Entry Edit card for update || synchronous
| '''opening an Entry Edit card for update''' || synchronous
|-
|-
| before saving the entry || synchronous
| '''before saving the entry''' || synchronous
|-
|-
| after saving the entry || asynchronous
| '''after saving the entry''' || asynchronous
|-
|-
| rowspan="2" | '''Deleting an entry'''
| rowspan="2" | '''Deleting an entry'''
| before deleting an entry || synchronous
| '''before deleting an entry''' || synchronous
|-
|-
| after deleting an entry || asynchronous
| '''after deleting an entry''' || asynchronous
|-
|-
| rowspan="2" | '''Opening an Entry Edit card'''
| rowspan="2" | '''Opening an Entry Edit card'''
| before window display || synchronous
| '''before window display''' || synchronous
|-
|-
| after window display || asynchronous
| '''after window display''' || asynchronous
|-
|-
| rowspan="2" | '''Adding entries to Favorites'''
| rowspan="2" | '''Adding entries to Favorites'''
| before the operation || synchronous
| '''before the operation''' || synchronous
|-
|-
| after the operation || asynchronous
| '''after the operation''' || asynchronous
|-
|-
| rowspan="2" | '''Deleting an entry from Favorites'''
| rowspan="2" | '''Deleting an entry from Favorites'''
| before the operation || synchronous
| '''before the operation''' || synchronous
|-  
|-  
| after the operation || asynchronous
| '''after the operation''' || asynchronous
|}
|}