Describe the bug
When adding parameters to a subscriber where one of it is an array, the array variables aren't added correctly.
To Reproduce
Steps and to reproduce the behavior:
AL Code to reproduce the issue
local procedure Table_83_ItemJournalLine_OnAfterCreateDimTableIDs(
var ItemJournalLine: Record "Item Journal Line"; CallingFieldNo: Integer; var TableID: )
//var TableID: ARRAY[10] OF Integer; VAR No: ARRAY[10] OF Code[20]);
begin
end;
Expected behavior
The full parameter definition gets added
LOCAL [IntegrationEvent] OnAfterCreateDimTableIDs(VAR ItemJournalLine : Record "Item Journal Line";CallingFieldNo : Integer;VAR TableID : ARRAY [10] OF Integer;VAR No : ARRAY [10] OF Code[20])
Screenshots
If applicable, add screenshots to help explain your problem.
Versions:
I am closing this issue because it appears that it has been resolved. Please open a new issue if you believe this has not been resolved and reference the current issue.
I am closing this issue because it appears that it has been resolved. Please open a new issue if you believe this has not been resolved and reference the current issue.
Wow, this an old one ...
Didn't even remember it was still open.
Looks like it's fixed :D