📚 SAP Business One SDK Help

AddDataColumn Method
See Also 
Title

Specifies the column title.

Text

Specifies column description.

Object

Specifies the object that you want to reference.

ObjectKey

Specifies the object key.

Description

Links a business object to your message.

Syntax

Visual Basic
Public Sub AddDataColumn( _
   ByVal Title As String, _
   ByVal Text As String, _
   ByVal Object As BoObjectTypes, _
   ByVal ObjectKey As String _
) 

Parameters

Title

Specifies the column title.

Text

Specifies column description.

Object
ValueDescription
oChartOfAccountsChartOfAccounts object
oBusinessPartnersBusinessPartners object
oBanksBanks object
oItemsItems object
oVatGroupsVatGroups object
oPriceListsPriceLists object
oSpecialPricesSpecialPrices object
oItemPropertiesItemProperties object
oUsersUsers object
oInvoicesDocuments object that represents a sales invoice document
oCreditNotesDocuments object that represents a sales credit note document
oDeliveryNotesDocuments object that represents a sales delivery note document
oReturnsDocuments object that represents a sales return document
oOrdersDocuments object that represents a sales order document
oPurchaseInvoicesDocuments object that represents a purchase invoice document
oPurchaseCreditNotesDocuments object that represents a purchase credit note document
oPurchaseDeliveryNotesDocuments object that represents a purchase delivery note document
oPurchaseReturnsDocuments object that represents a a purchase return document
oPurchaseOrdersDocuments object that represents a purchase order document
oQuotationsDocuments object that represents a sales quotation document
oIncomingPaymentsPayments object
oJournalVouchersJournalVouchers object
oJournalEntriesJournalEntries object that represents a normal journal entry
oStockTakingsStockTaking object
oContactsContacts object
oCreditCardsCreditCards object
oCurrencyCodesCurrencies object
oPaymentTermsTypesPaymentTermsTypes object
oBankPagesBankPages object
oManufacturersManufacturers object
oVendorPaymentsPayments object that represents payments to vendors
oLandedCostsCodesLandedCostsCodes object
oShippingTypesShippingTypes object
oLengthMeasuresLengthMeasures object
oWeightMeasuresWeightMeasures object
oItemGroupsItemGroups object
oSalesPersonsSalesPersons object
oCustomsGroupsCustomsGroups object
oChecksforPaymentChecksforPayment object
oInventoryGenEntryDocuments object for entering general items to inventory
oInventoryGenExitDocuments object for removing general items from inventory
oWarehousesWarehouses object
oCommissionGroupsCommissionGroups object
oProductTreesProductTrees object
oStockTransferStockTransfer object
oWorkOrdersWorkOrders object
oCreditPaymentMethodsCreditPaymentMethods object
oCreditCardPaymentsCreditCardPayments object
oAlternateCatNumAlternateCatNum object
oBudgetBudget object
oBudgetDistributionBudgetDistribution object
oMessagesMessages object
oBudgetScenariosBudgetScenarios object
oSalesOpportunitiesSalesOpportunities object
oUserDefaultGroupsUserDefaultGroups object
oSalesStagesSalesStages object
oActivityTypesActivityTypes object
oActivityLocationsActivityLocations object
oDraftsDocuments object that represents a draft document (see Creating a draft document sample)
oDeductionTaxHierarchiesDeductionTaxHierarchies object
oDeductionTaxGroupsDeductionTaxGroups object
oAdditionalExpensesAdditionalExpenses object
oSalesTaxAuthoritiesSalesTaxAuthorities object
oSalesTaxAuthoritiesTypesSalesTaxAuthoritiesTypes object
oSalesTaxCodesSalesTaxCodes object
oQueryCategoriesQueryCategories object
oFactoringIndicatorsFactoringIndicators object
oPaymentsDraftsPayments draft object
oAccountSegmentationsAccountSegmentations object
oAccountSegmentationCategoriesAccountSegmentationCategories object
oWarehouseLocationsWarehouseLocations object
oForms1099Forms1099 object
oInventoryCyclesInventoryCycles object
oWizardPaymentMethodsWizardPaymentMethods object
oBPPrioritiesBPPriorities object
oDunningLettersDunningLetters object
oUserFieldsUserFieldsMD object
oUserTablesUserTablesMD object
oPickListsPickLists object
oPaymentRunExportPaymentRunExport object
oUserQueriesUserQueries object
oMaterialRevaluationMaterialRevaluation object
oCorrectionPurchaseInvoiceDocuments object that represents a purchase invoice correction document
oCorrectionPurchaseInvoiceReversalDocuments object that represents a reverse purchase invoice correction document
oCorrectionInvoiceDocuments object that represents a correction invoice document
oCorrectionInvoiceReversalDocuments object that represents a reverse invoice correction document
oContractTemplatesContractTemplates object
oEmployeesInfoEmployeesInfo object
oCustomerEquipmentCardsCustomerEquipmentCards object
oWithholdingTaxCodesWithholdingTaxCodes object
oBillOfExchangeTransactionsBillOfExchangeTransaction object
oKnowledgeBaseSolutionsKnowledgeBaseSolutions object
oServiceContractsServiceContracts object
oServiceCallsServiceCalls object
oUserKeysUserKeysMD object
oQueueQueue object
oSalesForecastSalesForecast object
oTerritoriesTerritories object
oIndustriesIndustries object
oProductionOrdersProductionOrders object
oPackagesTypesPackagesTypes object
oUserObjectsMDUserObjectsMD object
oTeamsTeams object
oRelationshipsRelationships object
oUserPermissionTreeUserPermissionTree object
oActivityStatusActivityStatus object
oChooseFromListChooseFromList object
oFormattedSearchesFormattedSearches object
oAttachments2Attachments2 object
oUserLanguagesUserLanguages object
oMultiLanguageTranslationsMultiLanguageTranslations object
oDynamicSystemStringsDynamicSystemStrings object
oHouseBankAccountsHouseBankAccounts object
oBusinessPlacesBusinessPlaces object
oLocalEraLocalEra object
oSalesTaxInvoiceSales tax invoice object (see TaxInvoices object and DocType property with the valid value botit_Invoice)
oPurchaseTaxInvoicePurchase tax invoice object (see TaxInvoices object and DocType property with the valid value botit_Payment)
BoRecordsetRecordset object
BoRecordsetExRecordRecordsetExset object
BoBridgeSBObob object
oNotaFiscalUsageNotaFiscalUsage object
oNotaFiscalCFOPNotaFiscalCFOP object
oNotaFiscalCSTNotaFiscalCST object
oClosingDateProcedureClosingDateProcedure object
oBusinessPartnerGroupsBusinessPartnerGroups object
oBPFiscalRegistryIDBPFiscalRegistryID object
oDownPaymentsDocuments object that represents a down payments document
oPurchaseDownPaymentsDocuments object that represents a purchase down payments document
oStockTransferDraftStockTransfer draft object
oPurchaseQuotationsDocuments object that represents a purchase quotation document
oInventoryTransferRequestStockTransfer request object
oPurchaseRequestDocuments object that represents a purchase request document
oReturnRequestDocuments object that represents a return request document
oGoodsReturnRequestDocuments object that represents a goods return request document
oSelfInvoice 
oSelfCreditMemo 
oCounties 

Specifies the object that you want to reference.

ObjectKey

Specifies the object key.

Example

See Also