Triggers: Difference between revisions

No change in size ,  5 October 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 44: Line 44:
|-
|-
| 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 View card'''
| rowspan="2" | '''Opening an Entry View 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
|}
|}