---
title: "Codeunit 5055 CustVendBank-Update"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/5055-custvendbank-update/
type: codeunit
id: 5055
name: "CustVendBank-Update"
app: "Base Application"
namespace: Microsoft.CRM.BusinessRelation
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/5055-custvendbank-update/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 5055 CustVendBank-Update

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5055-custvendbank-update/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.CRM.BusinessRelation |
| Versions | 17-28 |
| Source file | CRM/BusinessRelation/CustVendBankUpdate.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| UpdateCustomer | (var Record Contact, var Record Contact Business Relation) | - | public | 17-28 | - | - |
| UpdateVendor | (var Record Contact, var Record Contact Business Relation) | - | public | 17-28 | - | - |
| UpdateBankAccount | (var Record Contact, var Record Contact Business Relation) | - | public | 17-28 | - | - |
| UpdateEmployee | (Record Contact, Record Contact Business Relation) | - | public | 17-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterUpdateCustomer | (var Record Customer, Record Contact) | 17 | - | - |
| Integration event | OnAfterUpdateCustomerProcedure | (var Record Customer, var Record Contact, var Record Contact Business Relation) | 17-28 | - | - |
| Integration event | OnAfterUpdateVendor | (var Record Vendor, Record Contact) | 17 | - | - |
| Integration event | OnAfterUpdateVendorProcedure | (var Record Vendor, var Record Contact, var Record Contact Business Relation) | 17-28 | - | - |
| Integration event | OnAfterUpdateBankAccount | (var Record Bank Account, Record Contact, var Record Contact Business Relation) | 17-28 | - | - |
| Integration event | OnRunCustVendBankUpdateCaseElse | (var Record Contact, var Record Contact Business Relation) | 17-28 | - | - |
| Integration event | OnAfterUpdateEmployee | (var Record Employee, Record Contact) | 17-28 | - | - |
| Integration event | OnAfterUpdateCustomer | (var Record Customer, Record Contact, var Record Contact Business Relation) | 18-28 | - | - |
| Integration event | OnAfterUpdateVendor | (var Record Vendor, Record Contact, var Record Contact Business Relation) | 18-28 | - | - |
| Integration event | OnBeforeBankAccountCopyFieldsFromCont | (var Record Bank Account, var Record Contact, var Boolean) | 18-28 | - | - |
| Integration event | OnBeforeCustCopyFieldsFromCont | (var Record Customer, var Record Contact, var Boolean) | 18-28 | - | - |
| Integration event | OnBeforeVendCopyFieldsFromCont | (var Record Vendor, var Record Contact, var Boolean) | 18-28 | - | - |
| Integration event | OnUpdateCustomerOnAfterGetCust | (var Record Customer, var Record Contact, var Record Contact Business Relation) | 18-28 | - | - |
| Integration event | OnUpdateVendorOnAfterGetVend | (var Record Vendor, var Record Contact, var Record Contact Business Relation) | 18-28 | - | - |
| Integration event | OnAfterUpdateBankAccountProcedure | (var Record Bank Account, var Record Contact, var Record Contact Business Relation) | 19-28 | - | - |
| Integration event | OnBeforeUpdateCustomer | (var Record Customer, var Record Contact, var Record Contact Business Relation, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeUpdateVendor | (var Record Vendor, var Record Contact, var Record Contact Business Relation, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeUpdateBankAccount | (var Record Bank Account, var Record Contact, var Record Contact Business Relation, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeOnRun | (var Record Contact, var Boolean) | 21-28 | - | - |
| Integration event | OnBeforeUpdateEmployee | (var Record Employee, var Record Contact, var Record Contact Business Relation, var Boolean) | 26-28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
