1

Dear Team


We are facing a lot of challenges in posting sales return and sales credit memo due to "IsHandled" is not declared with reference in the events. Please declare "IsHandled" variable under references in codeunit 18435 "Reference Invoice No. Mgt.".


For your References only.


Orignal code in BC365:


[IntegrationEvent(false, false)]

local procedure OnBeforeCheckRefInvNoPurchHeader(var PurchaseHeader: Record "Purchase Header"; IsHandled: Boolean)


Please correct the the code like in events.


[IntegrationEvent(false, false)]

local procedure OnBeforeCheckRefInvNoPurchHeader(var PurchaseHeader: Record "Purchase Header"; var IsHandled: Boolean)


Category: General
STATUS DETAILS
Declined
Ideas Administrator

Thank you for reaching out. Your suggestion seems to be an event request, enum request, request for making a function external or general code contribution in for a product. 
Please create an issue on one of following GitHub repos:
Read more about finding right resource and providing feedback on this blog post:
https://community.dynamics.com/business/b/financials/archive/2018/12/04/find-the-right-resources-and-provide-feedback

Sincerely,
Business Central Team