Codeunit 5057 VendCont-Update in 18
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 6
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| OnInsert | (var Record Vendor) | public | - | |
| OnModify | (var Record Vendor) | public | - | |
| OnDelete | (var Record Vendor) | public | - | |
| InsertNewContact | (var Record Vendor, Boolean) | public | - | |
| InsertNewContactPerson | (var Record Vendor, Boolean) | public | - | |
| ContactNameIsBlank | (Code[20]) | Boolean | public | - |
Events, 10
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterTransferFieldsFromVendToCont | (var Record Contact, Record Vendor) | - |
| Integration event | OnAfterOnModify | (var Record Contact, var Record Contact, var Record Vendor) | - |
| Integration event | OnBeforeTransferFieldsFromVendToCont | (var Record Contact, Record Vendor) | - |
| Integration event | OnBeforeContactInsert | (var Record Contact, Record Vendor) | - |
| Integration event | OnBeforeInsertNewContact | (var Record Vendor, Boolean, var Boolean) | - |
| Integration event | OnBeforeOnDelete | (Record Vendor, var Record Contact Business Relation, var Boolean) | - |
| Integration event | OnInsertNewContactPersonOnBeforeContactModify | (var Record Contact, Record Vendor) | - |
| Integration event | OnModifyOnBeforeAssignNo | (var Record Contact, var Boolean) | - |
| Integration event | OnInsertNewContactPersonOnBeforeContactInsert | (var Record Contact, Record Vendor) | - |
| Integration event | OnInsertNewContactOnBeforeAssignNo | (var Record Contact, var Boolean, Record Vendor, Record Marketing Setup, Boolean) | - |