KVSKBACustomer#
Extends #437dbf0e84ff417a965ded2bb9650972#Customer
Fields#
| Name | Type | Note | 
|---|---|---|
| KVSKBALUCID | Code[15] | |
| 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) | |
| KVSKBAExitPoint | Code[10] | |
| KVSKBAArea | Code[10] | |
| KVSKBATransactionSpecification | Code[10] | |
| 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] | |
| KVSKBAPricingDate | Enum (KVSKBAPricingCalculationDate) | |
| KVSKBAPackingSuggestionGroup | Code[20] | |
| KVSKBAInboundPackLocationCode | Code[10] | |
| KVSKBAInboundPackBinCode | Code[20] | |
| KVSKBAVLOGCompany | Code[20] | 
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;