KVSKBACLLCallAssignedCAPA
Fields
| Name | Type | Note |
|---|---|---|
| Call No. | Code[20] | |
| Type | Enum (KVSKBACLLCallAssignedCAPAType) | |
| CAPA Code | Code[10] | |
| Description | Text[50] | |
| Description 2 | Text[50] | |
| Fault Code | Code[10] | |
| Sucessfully Operated | Boolean | |
| Sucessfully Operated Date | Date | |
| Sucessfully Operated By | Code[50] | |
| Responsible | Code[20] | |
| Deadline | Date |
Events
OnBeforeCreateResubmission(Record KVSKBACLLCallAssignedCAPA, Boolean) :
Summary: Integration event raised before creating a resubmission record.
[IntegrationEvent(false, false)]
local procedure OnBeforeCreateResubmission(var Rec: Record "KVSKBACLLCallAssignedCAPA"; var SkipStandardCode: Boolean):
Parameters:
Rec: System.Object[]SkipStandardCode: A boolean parameter that allows subscribers to skip the standard code for creating a resubmission. If set to true, the standard code will not execute, allowing subscribers to provide their own implementation for creating a resubmission.
Remarks: This event is raised before the standard code for creating a resubmission is executed. Subscribers can use this event to inject custom logic or to completely replace the standard resubmission creation process by setting the SkipStandardCode parameter to true.