KVSKBAPrintAdministration
Fields
| Name | Type | Note |
|---|---|---|
| Entry No. | Integer | |
| Type Filter | Option | OptionMembers: Sale,Purchase,Service FlowFilter |
| Quote Print | Boolean | |
| Order Print | Boolean | |
| Posted Invoice Print | Boolean | |
| Posted Cr. Memo Print | Boolean | |
| Blanket Order Print | Boolean | |
| Return Order Print | Boolean | |
| Posted Shipment/Receipt Print | Boolean | |
| Pstd Return Receipt/Ship Print | Boolean |
Procedures
GetValueString() : Text
Summary: Gets the value string based on the type filter.
procedure GetValueString(): Text
Returns: The value string.
Remarks: This procedure constructs a string representation of the selected print options based on the type filter.
Events
OnInsertOnAfterSetFilterKVSKBAPrintAdministration(Record KVSKBAPrintAdministration, Boolean) :
Summary: Event raised after inserting a record and setting the filter in the KVSKBAPrintAdministration table.
[IntegrationEvent(false, false)]
local procedure OnInsertOnAfterSetFilterKVSKBAPrintAdministration(var KVSKBAPrintAdministration: Record "KVSKBAPrintAdministration"; var IsHandled: Boolean):
Parameters:
KVSKBAPrintAdministration: The KVSKBAPrintAdministration record.IsHandled: Indicates whether the event has been handled.
Remarks: This event allows for additional custom logic to be executed after inserting a record and setting the filter in the KVSKBAPrintAdministration table.