Loading...

How to post assembly orders with item tracking via Odata API in Business Central

How to post assembly orders with item tracking via Odata API in Business Central
Here’s a example of how to post Assembly orders and lines and add item tracking to the lines and header via Odata web services in Business Central. First API page to create/read/update assembly orders: page 50130 AssemblyOrders { PageType = API; APIGroup = 'BCPortal'; APIPublisher = 'BCPortal'; APIVersion = 'v1.0'; EntitySetName = 'assemblyOrders'; EntityName = 'assemblyOrder'; DelayedInsert = true; SourceTable = "Assembly Header"; layout { area(Content) { repeater(AssemblyHeader) { field(SystemId; Rec.

Published on:

Learn more
Posts on Microsoft Dynamics 365 Business Central Development
Posts on Microsoft Dynamics 365 Business Central Development

Recent content in Posts on Microsoft Dynamics 365 Business Central Development

Share post:

Related posts

Dynamics 365 Business Central: How to hide the confirmation message (An approval request has been sent) when sending an Approval Request?

Hi, Readers.Today I would like to share another mini tip about Business Central, how to hide the confirmation message (An approval request has...

3 days ago

Dynamics 365 Business Central: AL Object Relations Visualizer (New VS Code extension)

Hi, Readers.Today, I would like to share an interesting VS Code extension I recently came across: AL Object Relations Visualizer.Credit for th...

4 days ago

Dynamics 365 Business Central: A universal method to check if a Field has a value in AL

Hi, Readers.Today I would like to share another mini tip about Business Central, how to check if a Field has a value with a universal method i...

5 days ago

Dynamics 365 Business Central: Comparing Years (Year-Over-Year) in Analysis Mode: A Simple 4-Step Guide

Hi, Readers.Today I would like to share another mini tip about Business Central, how to quickly create a Comparing Years report (Year-Ove...

6 days ago

Dynamics 365 Business Central: Where to find all standard AL namespaces? (Download all AL namespaces)

Hi, Readers.Today I’d like to discuss a question I’ve been asked before, where to find all standard AL namespaces? (Download all A...

10 days ago

Dynamics 365 Business Central: Automatically add extended text for items, general ledger accounts, and resources (Automatic Ext. Texts)

Hi, Readers.Today I would like to share another mini tip about Business Central, how to automatically add extended text.We’ve discu...

11 days ago

Dynamics 365 Business Central: How to convert Month Name (Text) to Month Number (Integer)

Hi, Readers.Today I would like to share another mini tip about Business Central, how to convert Month Name (Text) to Month Number (Intege...

13 days ago
Stay up to date with latest Microsoft Dynamics 365 and Power Platform news!
* Yes, I agree to the privacy policy