tableextension 50100 "TransferLineExt" extends "Transfer Line" //5741 { fields { field(50100; Inventory; Integer) { Caption = 'Inventory'; FieldClass = FlowField; CalcFormula = sum("Item Ledger Entry"."Remaining Quantity" where ("Item No." = field("Item No."), Open = filter(true), "Location Code" = field("Transfer-to Code") )); } } }
pageextension 50100 "TransferOrderSubformExt" extends "Transfer Order Subform" //5741 { layout { addlast(Control1) { field("Inventory"; Inventory) { ApplicationArea = All; } } } }
[2022-02-14 04:29:14.58] The request for path /BC/dev/apps?tenant=default&SchemaUpdateMode=synchronize&DependencyPublishingOption=default failed with code UnprocessableEntity. Reason: TableExtension TransferLineExt :: The field 'Inventory' cannot be located. Removing fields is not allowed. See more at https://go.microsoft.com/fwlink/?linkid=2002422.
Answers
Thanks for the Decimal observation @bbrown
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/