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;


Read more...
0 Comments

Read more...
0 Comments

Category: Development (1405)

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,...

Read more...
1 Comments

Read more...
1 Comments

Category: Development (1405)

STATUS DETAILS
Needs Votes