Web Connect Destinations

AI Doc Summarizer Doc Summary

Swedish Business Central view name: Web Connect Destinationer

Overview #

Web Connect Destinations defines what data should be sent from Microsoft Business Central to external systems and how that data should be calculated.

This view is used primarily for:

  • Outgoing inventory synchronization
  • Outgoing price list synchronization

Destinations do not decide when data is sent.
That is handled by Web Connect Outgoing Sync Triggers.

Destinations decide:

  • Which calculated values should be sent
  • Which calculation logic should be applied
  • Which external purpose the data is intended for (warehouse or price list)

How Web Connect Destinations fit into the outbound flow #

The outbound flow looks like this:

  1. Inventory or price logic is defined using Dynamic FlowFields
  2. A Web Connect Destination references those FlowFields
  3. Job Queue creates Web Connect Entries
  4. Data is sent to the external system

Destinations are therefore the bridge between calculated values and outgoing messages.


Destination types #

Each destination has a Destination Type that defines its purpose.

Destination TypeDescription
WarehouseUsed for sending inventory-related data (stock, availability, planning data).
PriceListUsed for sending price lists to external systems.

Fields in Web Connect Destinations #

General #

FieldDescription
CodeUnique identifier for the destination. Used internally to reference what should be sent.
Destination TypeDefines whether the destination handles Warehouse or PriceList data.

Inventory-related fields (Warehouse destinations) #

FieldDescription
Inventory Dynamic FlowFieldThe Dynamic FlowField used to calculate the inventory value that will be sent to the external system.
Calculate Next Available DateCalculates the next date when inventory becomes available again, based on purchase orders, transfer orders (in/out), and sales orders.
Planning Location FilterLocation filter used when calculating planning data and/or next available date. Multiple locations are separated with `

Next Available Date – calculation logic #

The next available date is calculated by evaluating:

  • Incoming quantities from Purchase Orders
  • Incoming quantities from Transfer Orders (in)
  • Outgoing quantities from Sales Orders
  • Outgoing quantities from Transfer Orders (out)

If demand exceeds supply on the next receipt, the calculation continues to the next incoming supply date.


BOM and planning extensions #

FieldDescription
Calculate Availability From BOMIf enabled, availability is calculated using BOM availability logic instead of the standard Dynamic FlowField. Applies only to BOM items.
Add Inventory By EventAdds Order Planning data as an underlying array from the Item Inventory table.
Order Planning Web ObjectThe Web Object used to expose planning data when Add Inventory By Event is enabled. Creates a fixed relation to planning data.

⚠️ Planning data is temporary and is created only when the outgoing inventory message is generated.
Use child relations (e.g. Level = 0) to avoid sending full order lists if only summarized data is required.


Price-related fields (PriceList destinations) #

FieldDescription
Price Dynamic FlowFieldThe Dynamic FlowField used to calculate the price for the selected Price List code.

This allows full control over:

  • Which price logic is used
  • How prices are calculated
  • Which prices are exposed externally

Where calculated values can be reviewed #

The calculated results from Destinations are visible in:

  • Web Connect Item Inventory – inventory and availability values – LÄNK RELATED
  • Web Connect Item Price – calculated prices – LÄNK RELATED

These views are recommended for verification and troubleshooting before data is sent externally.

Scroll to Top