KVSKBACustomer#
Extends #437dbf0e84ff417a965ded2bb9650972#Customer
Fields#
Name | Type | Note |
---|---|---|
KVSKBALUCID | Code[15] | |
KVSKBABonusGroupCode | Code[10] | Warning: Obsolete |
KVSKBANoofExtendedTexts | Integer | FlowField |
KVSKBANoofAdvertisingGroups | Integer | FlowField |
KVSKBAShipmentCopies | Integer | |
KVSKBAMaintenance | Enum (KVSKBAMaintenance) | |
KVSKBAStatusCheckingMandFields | Enum (KVSKBAStatusCheckingMandFields) | |
KVSKBABlockedBy | Enum (KVSKBABlockedBy) | |
KVSKBABlockedUser | Enum Customer Blocked | |
KVSKBADonotFindBestPrice | Boolean | Warning: Obsolete |
KVSKBACustomerCommGrpCode | Code[10] | |
KVSKBASalespersonCode2 | Code[20] | |
KVSKBAPrintSalesperson | Enum (KVSKBAPrintSalesPerson) | |
KVSKBATransactionType | Code[10] | Warning: Obsolete |
KVSKBATransportMethod | Code[10] | Warning: Obsolete |
KVSKBAExitPoint | Code[10] | |
KVSKBAArea | Code[10] | |
KVSKBATransactionSpecification | Code[10] | |
KVSKBAInternal | Boolean | Warning: Obsolete |
KVSKBAMinimumProfit | Decimal | |
KVSKBANoofPriceInformation | Integer | FlowField |
KVSKBANoofPstdShipments | Integer | FlowField |
KVSKBANoofPstdInvoices | Integer | FlowField |
KVSKBANoofPstdReturnReceipts | Integer | FlowField |
KVSKBANoofPstdCreditMemos | Integer | FlowField |
KVSKBABillToNoofPstdShipments | Integer | FlowField |
KVSKBABillToNoofPstdInvoices | Integer | FlowField |
KVSKBABillToNoofPstdReturnR | Integer | FlowField |
KVSKBABillToNoofPstdCrMemos | Integer | FlowField |
KVSKBAPricingCustomer | Option | OptionMembers: ,Sell-to Customer,Bill-to Customer |
KVSKBATransSpecReturnCode | Code[10] | |
KVSKBATransactionTypeReturns | Code[10] | Warning: Obsolete |
KVSKBAPackingSuggestionGroup | Code[20] | |
KVSKBAInboundPackLocationCode | Code[10] | |
KVSKBAInboundPackBinCode | Code[20] | |
KVSKBAVLOGCompany | Code[20] | |
KVSKBAPrintLotCertificates | Boolean | Warning: Obsolete |
Events#
KVSKBAOnBeforeCheckMandatoryFieldsAction(Boolean, Boolean) :#
[IntegrationEvent(true, false)]
local procedure KVSKBAOnBeforeCheckMandatoryFieldsAction(ShowAction: Boolean; var IsHandled: Boolean):
[EventSubscriber(ObjectType::TableExtension, TableExtension::"KVSKBACustomer", 'KVSKBAOnBeforeCheckMandatoryFieldsAction', '', false, false)]
local procedure DoSomethingKVSKBAOnBeforeCheckMandatoryFieldsAction(ShowAction: Boolean; var IsHandled: Boolean)
begin
end;