KVSKBAPackagingMaterialAssign
Fields
| Name | Type | Note |
|---|---|---|
| Entry No. | Integer | |
| Packaging Material Code | Code[20] | |
| Packaging Material Description | Text[100] | FlowField |
| Item No. | Code[20] | |
| Variant Code | Code[10] | |
| Item Description | Text[100] | |
| Quantiy per Quantity(Base) | Decimal | |
| Start Date | Date | |
| Ending Date | Date |
Events
OnBeforeCheckMandatoryFields(Record KVSKBAPackagingMaterialAssign, Record KVSKBAPackagingMaterialAssign, Boolean) :
Summary: Integration event that is raised before checking the mandatory fields when inserting or modifying a record in the KVSKBAPackagingMaterialAssign table. This allows for custom logic to be executed or to prevent the standard mandatory field checks by setting IsHandled to true.
[IntegrationEvent(false, false)]
local procedure OnBeforeCheckMandatoryFields(var Rec: Record "KVSKBAPackagingMaterialAssign"; var xRec: Record "KVSKBAPackagingMaterialAssign"; var IsHandled: Boolean):
Parameters:
Rec: System.Object[]xRec: System.Object[]IsHandled: Set to true to prevent the standard mandatory field checks from executing.
Remarks: Use this event to perform additional logic before the mandatory fields are checked. Set IsHandled to true to skip the default mandatory field validation behavior.