Run Trigger OnClosePage() on API Pages
Run Trigger OnClosePage() on API Pages after a deep insert has finished so that we can tell if we can process the whole input.
As of now, when receiving a json via API page (for example a Sales Header and some Sales Line) on Business Central Online there is no way to know, if...
Drop Shipment in Service Orders
Create the possibility to mark a Service Order Line as a Drop Shipment to create a Purchase Order that is shipped to the Service Order's Customer, just like in Sales Orders.
No Error Caching if JsonToken.SelectToken finds more or less than one token
The function JsonToken.SelectToken(Text, var JsonToken) returns an optional boolean indicating whether exactly one token or more or less than one token was found. If the return value is used, no runtime error is thrown.
However, regardless of whether the return value is used and a runtim...