Codeunit 5056 CustCont-Update in 28
- App
- Base Application
- Namespace
- Microsoft.CRM.BusinessRelation
Versions171819202122232425262728latest
Source29
Procedures, 7
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| OnInsert | (var Record Customer) | public | - | |
| OnModify | (var Record Customer) | public | - | |
| OnDelete | (var Record Customer) | public | - | |
| InsertNewContact | (var Record Customer, Boolean) | public | - | |
| InsertNewContactPerson | (var Record Customer, Boolean) | public | - | |
| DeleteCustomerContacts | (var Record Customer) | public | - | |
| ContactNameIsBlank | (Code[20]) | Boolean | public | - |
Events, 14
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterOnModify | (var Record Contact, var Record Contact, var Record Customer) | - |
| Integration event | OnAfterTransferFieldsFromCustToCont | (var Record Contact, Record Customer) | - |
| Integration event | OnBeforeContactInsert | (var Record Contact, Record Customer) | - |
| Integration event | OnBeforeInsertNewContact | (var Record Customer, Boolean, var Boolean) | - |
| Integration event | OnBeforeOnDelete | (Record Customer, var Record Contact Business Relation, var Boolean) | - |
| Integration event | OnInsertNewContactPersonOnBeforeContactModify | (var Record Contact, Record Customer) | - |
| Integration event | OnInsertNewContactOnBeforeAssignNo | (var Record Contact, var Boolean, Record Customer) | - |
| Integration event | OnBeforeOnModify | (Record Customer, var Record Contact Business Relation, var Boolean) | - |
| Integration event | OnInsertNewContactPersonOnBeforeValidateType | (var Record Contact, Record Customer, Record Contact) | - |
| Integration event | OnBeforeOnInsert | (var Record Customer, var Boolean) | - |
| Integration event | OnInsertNewContactOnBeforeContBusRelInsert | (var Record Contact Business Relation, Record Contact, Record Customer) | - |
| Integration event | OnInsertNewContactOnAfterContInsert | (var Record Contact, var Record Customer) | - |
| Integration event | OnInsertNewContactPersonOnAfterContactModify | (var Record Contact, var Record Customer) | - |
| Integration event | OnModifyOnBeforeTransferFieldsFromCustToContact | (var Record Contact, var Record Customer) | - |