page 60000 AAA_PurchaseInvoiceAPI{ PageType = API; Caption = 'AAA PurchaseInvoiceAPI', Locked = true; APIPublisher = 'aaa'; APIGroup = 'group1'; APIVersion = 'v5.1'; EntityName = 'purchaseinvoice'; EntitySetName = 'purchaseinvoices'; SourceTable = /Purchase Header/; SourceTableView = where(/Document Type/ = filter(Invoice)); DelayedInsert = true; ODataKeyFields = SystemId; layout { area(Content) { repeater(GroupName) { field(DocumentType; Rec./Document Type/) { Caption = 'DocumentType', Locked = true; } field(DocumentNo; Rec./No./) { Caption = 'DocumentNo', Locked = true; } field(DueDate; Rec./Due Date/) { Caption = 'DueDate', Locked = true; } field(BuyFromVendorNo; Rec./Buy-from Vendor No./) { Caption = 'BuyFromVendorNo', Locked = true; }### SOME MORE FIELDS... field(SystemId; Rec.SystemId) { Caption = 'SystemId', Locked = true; } } } }
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,228 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156