Add TABSeperator
In Codeunit 10 Type Helper we have these 2 functions:
CRLFSeparator
LFSeparator
But no TABSeparator :
procedure TabSeparator(): Text[1]
var
Tab: Text[1];
begin
Tab[1] := 9;
exit(Tab);
end;
STATUS DETAILS
Needs Votes
Add support for bulk app updates in the Business Central Admin Center
Currently, updating apps (extensions) in the Business Central Admin Center requires manually selecting and updating each app one by one. This becomes tedious and error-prone when managing multiple environments or multiple extensions across tenants.
While PowerShell scripts are available,...
STATUS DETAILS
Needs Votes