8
To avoid table blocking issues, please change "GetNextReference()" of Table "Warehouse Setup" to a Non-Blocking No. Series.
procedure GetNextReference(): Integer
begin
LockTable();
Get;
"Last Whse. Posting Ref. No." := "Last Whse. Posting Ref. No." + 1;
Modify;
exit("Last Whse. Posting Ref. No.");
end;
procedure GetNextReference(): Integer
begin
LockTable();
Get;
"Last Whse. Posting Ref. No." := "Last Whse. Posting Ref. No." + 1;
Modify;
exit("Last Whse. Posting Ref. No.");
end;
STATUS DETAILS
Needs Votes
Business Central Team (administrator)
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.
Best regards,
Business Central Team