Codeunit 6111 Vendor Data Migration Facade in 18
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 64
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| CreateVendorIfNeeded | (Code[20], Text[50]) | Boolean | public | - | |||
| CreatePostingSetupIfNeeded | (Code[20], Text[50], Code[20]) | public | - | ||||
| CreateGeneralJournalBatchIfNeeded | (Code[10], Code[20], Code[20]) | public | - | ||||
| CreateGeneralJournalLine | (Code[10], Code[20], Text[50], Date, Date, Decimal, Decimal, Code[10], Code[20]) | public | - | ||||
| SetGeneralJournalLineDimension | (Code[20], Text[50], Code[20], Text[50]) | public | - | ||||
| SetGeneralJournalLineDocumentType | (Option) | public | - | ||||
| SetGeneralJournalLineBalAccountNo | (Code[20]) | public | - | ||||
| SetGeneralJournalLineSourceCode | (Code[10]) | public | - | ||||
| SetGeneralJournalLineExternalDocumentNo | (Code[35]) | public | - | ||||
| SetGeneralJournalLinePaymentTerms | (Code[10]) | public | - | ||||
| SetGlobalVendor | (Code[20]) | Boolean | public | - | |||
| ModifyVendor | (Boolean) | public | - | ||||
| SetSearchName | (Code[50]) | public | - | ||||
| SetAddress | (Text[50], Text[50], Code[10], Code[20], Text[30]) | public | - | ||||
| SetPhoneNo | (Text[30]) | public | - | ||||
| SetTelexNo | (Text[20]) | public | - | ||||
| SetOurAccountNo | (Text[20]) | public | - | ||||
| SetCurrencyCode | (Code[10]) | public | - | ||||
| SetLanguageCode | (Code[10]) | public | - | ||||
| SetPaymentTermsCode | (Code[10]) | public | - | ||||
| SetPaymentMethod | (Code[10]) | public | - | ||||
| SetPurchaserCode | (Code[20]) | public | - | ||||
| SetShipmentMethodCode | (Code[10]) | public | - | ||||
| SetInvoiceDiscCode | (Code[20]) | public | - | ||||
| SetBlocked | (Enum Vendor Blocked) | public | - | ||||
| SetBlockedType | (Option) | public | Pending 17.0 | ||||
| Replaced by procedure SetBlocked with enum parameter. | |||||||
| SetFaxNo | (Text[30]) | public | - | ||||
| SetVATRegistrationNo | (Text[20]) | public | - | ||||
| SetHomePage | (Text[80]) | public | - | ||||
| SetPayToVendorNo | (Code[20]) | public | - | ||||
| SetContact | (Text[50]) | public | - | ||||
| SetLastDateModified | (Date) | public | - | ||||
| SetLastModifiedDateTime | (DateTime) | public | - | ||||
| SetVendorPostingGroup | (Code[20]) | Boolean | public | - | |||
| SetGenBusPostingGroup | (Code[20]) | Boolean | public | - | |||
| SetEmail | (Text[80]) | public | - | ||||
| SetName2 | (Text[50]) | public | - | ||||
| SetTaxLiable | (Boolean) | public | - | ||||
| SetTaxAreaCode | (Code[20]) | public | - | ||||
| DoesVendorExist | (Code[20]) | Boolean | public | - | |||
| CreateDefaultDimensionAndRequirementsIfNeeded | (Text[20], Text[50], Code[20], Text[30]) | public | - | ||||
| CreateShipmentMethodIfNeeded | (Code[10], Text[50]) | Code[10] | public | - | |||
| CreateSalespersonPurchaserIfNeeded | (Code[10], Text[50], Text[30], Text[80]) | Code[20] | public | - | |||
| CreatePaymentTermsIfNeeded | (Code[10], Text[50], DateFormula) | Code[10] | public | - | |||
| CreatePaymentMethodIfNeeded | (Code[10], Text[50]) | Code[10] | public | - | |||
| CreateVendorInvoiceDiscountIfNeeded | (Code[20], Code[10], Decimal, Decimal) | Boolean | public | - | |||
| CreateTaxAreaIfNeeded | (Code[20], Text[50]) | Code[20] | public | - | |||
| DoesPostCodeExist | (Code[20], Text[30]) | Boolean | public | - | |||
| CreatePostCodeIfNeeded | (Code[20], Text[30], Text[30], Code[10]) | Boolean | public | - | |||
| CreateCountryIfNeeded | (Code[10], Text[50], Option, Option) | Code[10] | public | - | |||
| SearchCountry | (Code[10], Text[50], Code[10], Code[10], var Code[10]) | Boolean | public | - | |||
| SearchLanguage | (Code[3], var Code[10]) | Boolean | public | - | |||
| SetVendorPostingGroupAccounts | (Code[20], Code[20], Code[20], Code[20], Code[20], Code[20], Code[20], Code[20], Code[20], Code[20], Code[20], Code[20]) | public | - | ||||
| SetVendorPostingGroupServiceChargeAcc | (Code[20], Code[20]) | public | - | ||||
| SetVendorPostingGroupPaymentDiscDebitAcc | (Code[20], Code[20]) | public | - | ||||
| SetVendorPostingGroupInvoiceRoundingAccount | (Code[20], Code[20]) | public | - | ||||
| SetVendorPostingGroupDebitCurrApplnRndgAcc | (Code[20], Code[20]) | public | - | ||||
| SetVendorPostingGroupCreditCurrApplnRndgAcc | (Code[20], Code[20]) | public | - | ||||
| SetVendorPostingGroupDebitRoundingAccount | (Code[20], Code[20]) | public | - | ||||
| SetVendorPostingGroupCreditRoundingAccount | (Code[20], Code[20]) | public | - | ||||
| SetVendorPostingGroupPaymentDiscCreditAcc | (Code[20], Code[20]) | public | - | ||||
| SetVendorPostingGroupPaymentToleranceDebitAcc | (Code[20], Code[20]) | public | - | ||||
| SetVendorPostingGroupPaymentToleranceCreditAcc | (Code[20], Code[20]) | public | - | ||||
| SetVendorAlternativeContact | (Text[50], Text[50], Text[50], Code[20], Text[30], Code[10], Text[80], Text[30], Text[30], Text[30]) | public | - | ||||
Events, 4
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnMigrateVendor | (RecordId) | - |
| Integration event | OnMigrateVendorDimensions | (RecordId) | - |
| Integration event | OnMigrateVendorPostingGroups | (RecordId, Boolean) | - |
| Integration event | OnMigrateVendorTransactions | (RecordId, Boolean) | - |