★ Featured App
NCCA Cost Accounting
Cost Accounting - up to 8 dimensions, allocations with many variants, comprehensive evaluations.
More information AppSource
[EventSubscriber(ObjectType::Codeunit, Codeunit::"NVXDD Event Mgt.", 'OnAfterGetRecRefFromDocumentAttachment', '', false, false)]
local procedure NVXDDEventMgt_OnAfterGetRecRefFromDocumentAttachment(DocumentAttachment: Record "Document Attachment"; var RecordRef: RecordRef)
begin
case RecordRef.Number of
Database::Customer:
begin
FieldRef := RecordRef.Field(1);
FieldRef.Value := DocumentAttachment."No.";
end;
Database::"Sales Header":
begin
FieldRef := RecordRef.Field(1);
FieldRef.Value := DocumentAttachment."Document Type";
FieldRef := RecordRef.Field(3);
FieldRef.Value := DocumentAttachment."No.";
end;
Database::"Sales Line":
begin
FieldRef := RecordRef.Field(1);
FieldRef.Value := DocumentAttachment."Document Type";
FieldRef := RecordRef.Field(3);
FieldRef.Value := DocumentAttachment."No.";
FieldRef := RecordRef.Field(4);
FieldRef.Value := DocumentAttachment."Line No.";
end;
end;
end;
![]() | NCCA Cost Accounting Cost Accounting - up to 8 dimensions, allocations with many variants, comprehensive evaluations. More information ![]() |