| Prefix type | Meaning | Comment |
|---|---|---|
| AD_ | After Delete | |
| BD_ | Before Delete | |
| ACr_ | Before create | |
| BCr_ | Before create | |
| ACo_ | After commit | |
| BCo_ | Before commit | |
| IVK_ | Invoke | |
| VA_ | Visual Attribute | These microflow have visual attributes as output/return |
| OC_ | On Change | (do not use, use OCh) |
| OCh_ | On Change | |
| DS_ | Data Source | This microflow returns an Object or a lijst of Objects as Output/return |
| SE_ | Scheduled Event | |
| EVT_ | Event handlers | These microflows are attached to Event handlers |
| NAV_ | Navigation | Called from navigation (menu item) |
Tips:
- MF triggers by an action : <prefix type>_<action to execute>
- MF that does something: <action to execute>
- MF should be created with name <action to execute>
- VA_ --> Call MF <action to execute>
- OCh_ --> Call MF <action to execute>
No comments:
Post a Comment