Hi all
If I understand correctly, with the new release of V21 the sales order line entity (Page 5496) gets finally removed/disabled.
#if not CLEAN18
page 5496 "Sales Order Line Entity"
{
Caption = 'Sales Order Line Entity';
DelayedInsert = true;
PageType = ListPart;
SourceTable = "Sales Invoice Line Aggregate";
SourceTableTemporary = true;
ObsoleteState = Pending;
ObsoleteReason = 'API version beta will be deprecated.';
ObsoleteTag = '18.0';
The native BC API V2 Endpoint for sales order lines (if I'm correct..) works with this page, so my question now: Which page/endpoint should we use in the future in order to create sales order lines ?
salesOrderLine resource type - Business Central | Microsoft Learn
Thank you very much for your help.