Reference Source Link: https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/extensibility/customization-overlayering-extensions
Published form DataSource method | Preceding event | Succeeding event |
|---|---|---|
| active | N/A | Activated |
| delete | Deleting | Deleted |
| validateWrite | ValidatingWriting | ValidatedWrite |
| write | Writing | Written |
| create | Creating | Created |
| executeQuery | N/A | QueryExecuted |
| linkActive | N/A | PostLinkActive |
| init | N/A | Initialized |
| validateDelete | ValidatingDelete | ValidatedDelete |
| reread | N/A | Reread |
| selectionChanged | N/A | SelectionChanged |
| markChanged | N/A | MarkChanged |
| leaveRecord | LeavingRecord | LeftRecord |
| Published form Object method | Preceding event | Succeeding event |
|---|---|---|
| init | Initializing | Initialized |
| close | Closing | N/A |
| run | N/A | PostRun |
| activate | N/A | Activated |
| Published form Control method | Preceding event | Succeeding event |
|---|---|---|
| modified | N/A | Modified |
| validate | Validating | Validated |
| leave | Leaving | LostFocus |
| enter | N/A | Enter |
| gotFocus | N/A | GotFocus |
| clicked | N/A | Clicked |
| selectionChange | SelectionChanging | N/A |
| pageActivated | N/A | PageActivated |
| allowPageDeactivate | AllowPageDeactivate | N/A |
| expand | Expanding | Expanded |
| tabChanged | N/A | TabChanged |
| dialogClosed | N/A | DialogClosed |
| Published Table method | Preceding event | Succeeding event |
|---|---|---|
| validateWrite | ValidatingWrite | ValidatedWrite |
| validateDelete | ValidatingDelete | ValidatedDelete |
| validateField | ValidatingField | ValidatedField |
| validateFieldValue | ValidatingFieldValue | ValidatedFieldValue |
| modifiedField | ModifyingField | ModifiedField |
| modifiedFieldValue | ModifyingFieldValue | ModifiedFieldValue |
| Insert | Inserting | Inserted |
| Update | Updating | Updated |
| Delete | Deleting | Deleted |
| Initvalue | InitializingRecord | InitializedRecord |
| FinalDeleteValidation | Executed when a delete operation is performed on a table object, before the operation is committed to the underlying database table | N/A |
| FinalInsertValidation | Executed when an insert operation is performed on a table object, before the operation is committed to the underlying database table | N/A |
| FinalReadValidation | Executed when a read operation is performed on a table object. | N/A |
| FinalUpdateValidation | Executed when an update operation is performed on a table object, before the operation is committed to the underlying database table. | N/A |
No comments:
Post a Comment