Codeunit 5055 CustVendBank-Update in 22
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 4
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| UpdateCustomer | (var Record Contact, var Record Contact Business Relation) | public | - | |
| UpdateVendor | (var Record Contact, var Record Contact Business Relation) | public | - | |
| UpdateBankAccount | (var Record Contact, var Record Contact Business Relation) | public | - | |
| UpdateEmployee | (Record Contact, Record Contact Business Relation) | public | - |
Events, 17
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterUpdateCustomerProcedure | (var Record Customer, var Record Contact, var Record Contact Business Relation) | - |
| Integration event | OnAfterUpdateVendorProcedure | (var Record Vendor, var Record Contact, var Record Contact Business Relation) | - |
| Integration event | OnAfterUpdateBankAccount | (var Record Bank Account, Record Contact, var Record Contact Business Relation) | - |
| Integration event | OnRunCustVendBankUpdateCaseElse | (var Record Contact, var Record Contact Business Relation) | - |
| Integration event | OnAfterUpdateEmployee | (var Record Employee, Record Contact) | - |
| Integration event | OnAfterUpdateCustomer | (var Record Customer, Record Contact, var Record Contact Business Relation) | - |
| Integration event | OnAfterUpdateVendor | (var Record Vendor, Record Contact, var Record Contact Business Relation) | - |
| Integration event | OnBeforeBankAccountCopyFieldsFromCont | (var Record Bank Account, var Record Contact, var Boolean) | - |
| Integration event | OnBeforeCustCopyFieldsFromCont | (var Record Customer, var Record Contact, var Boolean) | - |
| Integration event | OnBeforeVendCopyFieldsFromCont | (var Record Vendor, var Record Contact, var Boolean) | - |
| Integration event | OnUpdateCustomerOnAfterGetCust | (var Record Customer, var Record Contact, var Record Contact Business Relation) | - |
| Integration event | OnUpdateVendorOnAfterGetVend | (var Record Vendor, var Record Contact, var Record Contact Business Relation) | - |
| Integration event | OnAfterUpdateBankAccountProcedure | (var Record Bank Account, var Record Contact, var Record Contact Business Relation) | - |
| Integration event | OnBeforeUpdateCustomer | (var Record Customer, var Record Contact, var Record Contact Business Relation, var Boolean) | - |
| Integration event | OnBeforeUpdateVendor | (var Record Vendor, var Record Contact, var Record Contact Business Relation, var Boolean) | - |
| Integration event | OnBeforeUpdateBankAccount | (var Record Bank Account, var Record Contact, var Record Contact Business Relation, var Boolean) | - |
| Integration event | OnBeforeOnRun | (var Record Contact, var Boolean) | - |