<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Logistics Supply Chain on Product Documentation</title>
    <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/</link>
    <description>Recent content in Logistics Supply Chain on Product Documentation</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <atom:link href="https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>LSC setup and master data</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/setup-and-master-data/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/setup-and-master-data/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This page describes setup and master data for Logistics Supply Chain (LSC) in Automotive. The goal is a stable process start for goods receipt, warehouse, production, goods issue, and inventory.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-this-fits-into-standard-bc&#34;&gt;How this fits into standard BC&lt;/h2&gt;&#xA;&lt;p&gt;In LSC, Automotive extends standard BC with package-oriented process control. Keep this separation clear:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Standard BC controls document flow, locations, bins, production, and inventory documents.&lt;/li&gt;&#xA;&lt;li&gt;LSC controls package status, package activities, QA targets, and package-level selection rules.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;work-pages-available-in-code&#34;&gt;Work pages available in code&lt;/h2&gt;&#xA;&lt;p&gt;The solution provides these pages for daily operations and key users:&lt;/p&gt;</description>
    </item>
    <item>
      <title>LSC Goods Receipt and QA</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/receipt-and-quality/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/receipt-and-quality/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This page describes the operational LSC process for goods receipt, packaging structure validation, QA control, and put-away activities. It is intended for warehouse staff and key users who perform the goods receipt process in LSC.&lt;/p&gt;&#xA;&lt;h2 id=&#34;goods-receipt-process-overview&#34;&gt;Goods Receipt Process Overview&lt;/h2&gt;&#xA;&lt;p&gt;The LSC goods receipt process differs from standard BC by offering a package-oriented view. The process includes:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Receive:&lt;/strong&gt; Create or import a goods receipt document&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Validate packaging:&lt;/strong&gt; Check physical delivery against configured packaging structure&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;QA control:&lt;/strong&gt; Initiate QA if required&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Put-away:&lt;/strong&gt; Book packages into warehouse locations&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Track:&lt;/strong&gt; Monitor package activities&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div&#xA;  class=&#34;bt-mermaid&#34;&#xA;  data-mermaid&#xA;  data-docs-mermaid-trigger&#xA;  role=&#34;button&#34;&#xA;  tabindex=&#34;0&#34;&#xA;  aria-label=&#34;Enlarge process diagram&#34;&#xA;&gt;&#xA;  &lt;pre class=&#34;mermaid&#34;&gt;graph LR;&#xA;&#xA;%% Nodes&#xA;A[&amp;#34;Create goods receipt&amp;#34;]&#xA;B[&amp;#34;Check packaging&amp;lt;br/&amp;gt;structure&amp;#34;]&#xA;C{&amp;#34;Structure&amp;lt;br/&amp;gt;matches?&amp;#34;}&#xA;D[&amp;#34;Accept structure&amp;#34;]&#xA;E[&amp;#34;Adjust structure&amp;lt;br/&amp;gt;manually&amp;#34;]&#xA;F{&amp;#34;QA&amp;lt;br/&amp;gt;required?&amp;#34;}&#xA;G[&amp;#34;Start QA activity&amp;#34;]&#xA;H[&amp;#34;Post goods receipt&amp;#34;]&#xA;I[&amp;#34;Make QA decision&amp;#34;]&#xA;J{&amp;#34;QA&amp;lt;br/&amp;gt;approved?&amp;#34;}&#xA;K[&amp;#34;Return or&amp;lt;br/&amp;gt;rework&amp;#34;]&#xA;L[&amp;#34;Execute put-away&amp;lt;br/&amp;gt;activities&amp;#34;]&#xA;M[&amp;#34;Package available&amp;lt;br/&amp;gt;in warehouse&amp;#34;]&#xA;&#xA;%% Flow&#xA;A -.- B&#xA;linkStyle 0 stroke:#ffffff&#xA;B ==&amp;gt; C&#xA;C ==&amp;gt;|Yes| D&#xA;C ==&amp;gt;|No| E&#xA;E ==&amp;gt; D&#xA;D ==&amp;gt; F&#xA;F ==&amp;gt;|Yes| G&#xA;F ==&amp;gt;|No| H&#xA;G ==&amp;gt; I&#xA;I ==&amp;gt; J&#xA;J ==&amp;gt;|Yes| H&#xA;J ==&amp;gt;|No| K&#xA;K ==&amp;gt; F&#xA;H ==&amp;gt; L&#xA;L ==&amp;gt; M&#xA;&#xA;%% Classes&#xA;class A btProcessTitle&#xA;class B,C,D,E,F,G,H,I,J,K,L,M btProcessActive&lt;/pre&gt;&#xA;&lt;/div&gt;&#xA;&lt;h2 id=&#34;prerequisites-and-master-data&#34;&gt;Prerequisites and Master Data&lt;/h2&gt;&#xA;&lt;h3 id=&#34;item-master-data&#34;&gt;Item Master Data&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Field&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;          &lt;th&gt;Example&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Item number&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Unique identifier&lt;/td&gt;&#xA;          &lt;td&gt;1000-00001&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Readable item description&lt;/td&gt;&#xA;          &lt;td&gt;Steel Pipe Ø 50mm&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Unit of measure&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Standard measurement unit&lt;/td&gt;&#xA;          &lt;td&gt;PC (Pieces) or KG&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;QA required&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Flag QA-relevant items&lt;/td&gt;&#xA;          &lt;td&gt;Yes / No&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Packaging structure&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Standard packaging for receipt&lt;/td&gt;&#xA;          &lt;td&gt;Master / Single / Pair etc.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Lot tracking required&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Enable lot number tracking&lt;/td&gt;&#xA;          &lt;td&gt;Yes / No&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Track expiry date&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Enable shelf-life management&lt;/td&gt;&#xA;          &lt;td&gt;Yes / No&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;vendor-master-data&#34;&gt;Vendor Master Data&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Field&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;          &lt;th&gt;Example&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Vendor number&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Unique vendor ID&lt;/td&gt;&#xA;          &lt;td&gt;VN-0001&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Vendor name&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Readable designation&lt;/td&gt;&#xA;          &lt;td&gt;Acme Raw Materials GmbH&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Standard location&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Standard goods receipt location&lt;/td&gt;&#xA;          &lt;td&gt;HAMBURG&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Packaging specification&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Vendor-specific packaging requirements&lt;/td&gt;&#xA;          &lt;td&gt;Carton 25 pieces&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;warehouse-configuration&#34;&gt;Warehouse Configuration&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Field&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;          &lt;th&gt;Example&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Receipt location&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Goods receipt area&lt;/td&gt;&#xA;          &lt;td&gt;HAMBURG-GR-01&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;QA location&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;QA holding area&lt;/td&gt;&#xA;          &lt;td&gt;HAMBURG-QS-01&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Standard put-away location&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Target location after QA&lt;/td&gt;&#xA;          &lt;td&gt;HAMBURG-01-01-01&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;step-by-step-goods-receipt-process&#34;&gt;Step-by-Step Goods Receipt Process&lt;/h2&gt;&#xA;&lt;h3 id=&#34;step-1-create-or-import-goods-receipt-document&#34;&gt;Step 1: Create or Import Goods Receipt Document&lt;/h3&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Navigate to &lt;strong&gt;Logistics Supply Chain Setup &amp;gt; Purchase &amp;gt; Purchase Orders&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Click &lt;strong&gt;New&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Fill in:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Vendor number:&lt;/strong&gt; Select from dropdown&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;PO number:&lt;/strong&gt; Reference to purchase order&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Packing slip number:&lt;/strong&gt; Vendor&amp;rsquo;s document number&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Location code:&lt;/strong&gt; Standard location is suggested&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Receipt date:&lt;/strong&gt; Actual arrival date&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;step-2-validate-packaging-structure&#34;&gt;Step 2: Validate Packaging Structure&lt;/h3&gt;&#xA;&lt;p&gt;After document creation, packaging structures are automatically proposed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LSC warehouse and package management</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/warehouse-and-packages/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/warehouse-and-packages/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This page describes operational warehouse control in LSC with focus on package management and package-based movement activities.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-principle&#34;&gt;Core principle&lt;/h2&gt;&#xA;&lt;p&gt;In LSC warehouse processing, not only quantities but concrete package units with status, content, and location are controlled.&lt;/p&gt;&#xA;&lt;h2 id=&#34;package-management&#34;&gt;Package management&lt;/h2&gt;&#xA;&lt;p&gt;Typical operational actions:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;create empty package,&lt;/li&gt;&#xA;&lt;li&gt;repack package content,&lt;/li&gt;&#xA;&lt;li&gt;change assignment,&lt;/li&gt;&#xA;&lt;li&gt;correct fill quantity,&lt;/li&gt;&#xA;&lt;li&gt;assign RFLT-ID.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;business-rules&#34;&gt;Business rules&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Repacking only with business-compatible content.&lt;/li&gt;&#xA;&lt;li&gt;Structure changes only with plausible target hierarchy.&lt;/li&gt;&#xA;&lt;li&gt;If cause-code requirement is active, cause code must be captured.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;package-activities&#34;&gt;Package activities&lt;/h2&gt;&#xA;&lt;p&gt;Activities control the physical process between source and destination.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LSC production and output feedback</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/production/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/production/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This page describes the production-related LSC process from component staging to structured output reporting.&lt;/p&gt;&#xA;&lt;h2 id=&#34;component-staging&#34;&gt;Component staging&lt;/h2&gt;&#xA;&lt;p&gt;The staging process controls which package units are made available for production.&lt;/p&gt;&#xA;&lt;p&gt;Key points:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;filter by production order or staging location,&lt;/li&gt;&#xA;&lt;li&gt;define required quantity from business perspective,&lt;/li&gt;&#xA;&lt;li&gt;create staging activities,&lt;/li&gt;&#xA;&lt;li&gt;monitor coverage status actively.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;production-output-feedback&#34;&gt;Production output feedback&lt;/h2&gt;&#xA;&lt;p&gt;Operational feedback is processed through Production Backflush.&lt;/p&gt;&#xA;&lt;p&gt;Typical flow:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Select production order and line.&lt;/li&gt;&#xA;&lt;li&gt;Validate alternative packaging structure.&lt;/li&gt;&#xA;&lt;li&gt;Maintain Number of Singles and Output Quantity.&lt;/li&gt;&#xA;&lt;li&gt;Set Lot No. where lot logic is mandatory.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div&#xA;  class=&#34;bt-mermaid&#34;&#xA;  data-mermaid&#xA;  data-docs-mermaid-trigger&#xA;  role=&#34;button&#34;&#xA;  tabindex=&#34;0&#34;&#xA;  aria-label=&#34;Enlarge process diagram&#34;&#xA;&gt;&#xA;  &lt;pre class=&#34;mermaid&#34;&gt;graph LR;&#xA;&#xA;%% Nodes&#xA;A[&amp;#34;Create production&amp;lt;br/&amp;gt;order&amp;#34;]&#xA;B[&amp;#34;Plan component&amp;lt;br/&amp;gt;staging&amp;#34;]&#xA;C[&amp;#34;Load staging&amp;lt;br/&amp;gt;location&amp;#34;]&#xA;D[&amp;#34;Release packages&amp;lt;br/&amp;gt;to production&amp;#34;]&#xA;E[&amp;#34;Consume components&amp;lt;br/&amp;gt;physically&amp;#34;]&#xA;F[&amp;#34;Run production&amp;#34;]&#xA;G[&amp;#34;Prepare output&amp;lt;br/&amp;gt;feedback&amp;#34;]&#xA;H[&amp;#34;Run Production&amp;lt;br/&amp;gt;Backflush&amp;#34;]&#xA;I{&amp;#34;Packaging&amp;lt;br/&amp;gt;required?&amp;#34;}&#xA;J[&amp;#34;Pack output as&amp;lt;br/&amp;gt;handling unit&amp;#34;]&#xA;K[&amp;#34;Complete output&amp;lt;br/&amp;gt;posting&amp;#34;]&#xA;L[&amp;#34;Finished packages&amp;lt;br/&amp;gt;available&amp;#34;]&#xA;&#xA;%% Flow&#xA;A -.- B&#xA;linkStyle 0 stroke:#ffffff&#xA;B ==&amp;gt; C&#xA;C ==&amp;gt; D&#xA;D ==&amp;gt; E&#xA;E ==&amp;gt; F&#xA;F ==&amp;gt; G&#xA;G ==&amp;gt; H&#xA;H ==&amp;gt; I&#xA;I ==&amp;gt;|Yes| J&#xA;I ==&amp;gt;|No| K&#xA;J ==&amp;gt; K&#xA;K ==&amp;gt; L&#xA;&#xA;%% Classes&#xA;class A btProcessTitle&#xA;class B,C,D,E,F,G,H,I,J,K,L btProcessActive&lt;/pre&gt;&#xA;&lt;/div&gt;&#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;Finish feedback through Register/Finish actions.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;packaging-structure-and-quantity-rules&#34;&gt;Packaging-structure and quantity rules&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Single/master logic must match active structure.&lt;/li&gt;&#xA;&lt;li&gt;Partial quantities must be transferred consistently into package hierarchy.&lt;/li&gt;&#xA;&lt;li&gt;Resulting activity depends on QA requirement and target process.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;component-consumption&#34;&gt;Component consumption&lt;/h2&gt;&#xA;&lt;p&gt;Depending on setup, consumption follows FEFO/FIFO or allocation sequence. Blocked packages must not distort consumption behavior.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LSC goods issue and picking</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/shipping-and-picking/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/shipping-and-picking/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This page describes LSC logic for goods issue, warehouse picking, package selection, and shipping-relevant checks.&lt;/p&gt;&#xA;&lt;h2 id=&#34;process-flow&#34;&gt;Process flow&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Create shipment document.&lt;/li&gt;&#xA;&lt;li&gt;Create warehouse pick.&lt;/li&gt;&#xA;&lt;li&gt;Build shipping packaging structure.&lt;/li&gt;&#xA;&lt;li&gt;Create and register package activities.&lt;/li&gt;&#xA;&lt;li&gt;Post final shipment.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div&#xA;  class=&#34;bt-mermaid&#34;&#xA;  data-mermaid&#xA;  data-docs-mermaid-trigger&#xA;  role=&#34;button&#34;&#xA;  tabindex=&#34;0&#34;&#xA;  aria-label=&#34;Enlarge process diagram&#34;&#xA;&gt;&#xA;  &lt;pre class=&#34;mermaid&#34;&gt;graph LR;&#xA;&#xA;%% Nodes&#xA;A[&amp;#34;Take over&amp;lt;br/&amp;gt;customer order&amp;#34;]&#xA;B[&amp;#34;Create warehouse&amp;lt;br/&amp;gt;pick&amp;#34;]&#xA;C[&amp;#34;Generate FIFO/FEFO&amp;lt;br/&amp;gt;proposal&amp;#34;]&#xA;D{&amp;#34;Manual adjustment&amp;lt;br/&amp;gt;needed?&amp;#34;}&#xA;E[&amp;#34;Adjust pick&amp;lt;br/&amp;gt;lines&amp;#34;]&#xA;F[&amp;#34;Remove packages&amp;lt;br/&amp;gt;from warehouse&amp;#34;]&#xA;G[&amp;#34;Packages&amp;lt;br/&amp;gt;picked&amp;#34;]&#xA;H[&amp;#34;Build shipping&amp;lt;br/&amp;gt;packaging structure&amp;#34;]&#xA;I{&amp;#34;Customer checks&amp;lt;br/&amp;gt;required?&amp;#34;}&#xA;J[&amp;#34;Check labels,&amp;lt;br/&amp;gt;RFID/barcode, weight&amp;#34;]&#xA;K[&amp;#34;Post shipment&amp;#34;]&#xA;L[&amp;#34;Hand over to&amp;lt;br/&amp;gt;carrier&amp;#34;]&#xA;&#xA;%% Flow&#xA;A -.- B&#xA;linkStyle 0 stroke:#ffffff&#xA;B ==&amp;gt; C&#xA;C ==&amp;gt; D&#xA;D ==&amp;gt;|Yes| E&#xA;D ==&amp;gt;|No| F&#xA;E ==&amp;gt; F&#xA;F ==&amp;gt; G&#xA;G ==&amp;gt; H&#xA;H ==&amp;gt; I&#xA;I ==&amp;gt;|Yes| J&#xA;I ==&amp;gt;|No| K&#xA;J ==&amp;gt; K&#xA;K ==&amp;gt; L&#xA;&#xA;%% Classes&#xA;class A btProcessTitle&#xA;class B,C,D,E,F,G,H,I,J,K,L btProcessActive&lt;/pre&gt;&#xA;&lt;/div&gt;&#xA;&lt;h2 id=&#34;fifofefo-and-tolerance-control&#34;&gt;FIFO/FEFO and tolerance control&lt;/h2&gt;&#xA;&lt;p&gt;Proposal logic prioritizes package units based on setup.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LSC inventory and special scenarios</title>
      <link>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/inventory-and-special-processes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://bc.help.be-terna.com/en-us/docs/business-central/cross-industry-solutions/automotive/logistics/logistics-supply-chain/inventory-and-special-processes/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;This page describes inventory processes and special operational scenarios within LSC.&lt;/p&gt;&#xA;&lt;h3 id=&#34;lot-and-expiration-process&#34;&gt;Lot and expiration process&lt;/h3&gt;&#xA;&lt;div&#xA;  class=&#34;bt-mermaid&#34;&#xA;  data-mermaid&#xA;  data-docs-mermaid-trigger&#xA;  role=&#34;button&#34;&#xA;  tabindex=&#34;0&#34;&#xA;  aria-label=&#34;Enlarge process diagram&#34;&#xA;&gt;&#xA;  &lt;pre class=&#34;mermaid&#34;&gt;graph LR;&#xA;&#xA;%% Nodes&#xA;S([&amp;#34;Lot and expiration process&amp;#34;])&#xA;subgraph Eingang[&amp;#34;Goods receipt and QA&amp;#34;]&#xA;  direction TB&#xA;  A[&amp;#34;Supplier sends material&amp;lt;br/&amp;gt;with lot and expiry&amp;#34;]&#xA;  B[&amp;#34;Goods receipt checks&amp;lt;br/&amp;gt;lot and expiry&amp;#34;]&#xA;  C{&amp;#34;Lot&amp;lt;br/&amp;gt;readable?&amp;#34;}&#xA;  D[&amp;#34;Enter lot and expiry&amp;lt;br/&amp;gt;into the system&amp;#34;]&#xA;  E[&amp;#34;Document QA&amp;lt;br/&amp;gt;deviation&amp;#34;]&#xA;  F[&amp;#34;Contact supplier&amp;lt;br/&amp;gt;or initiate return&amp;#34;]&#xA;end&#xA;subgraph Versand[&amp;#34;Warehouse, shipping, and traceability&amp;#34;]&#xA;  direction TB&#xA;  G[&amp;#34;Material available&amp;lt;br/&amp;gt;in warehouse with lot&amp;#34;]&#xA;  H[&amp;#34;Select package by FEFO&amp;lt;br/&amp;gt;and expiry date&amp;#34;]&#xA;  I[&amp;#34;Post shipment with&amp;lt;br/&amp;gt;lot and expiry data&amp;#34;]&#xA;  J[&amp;#34;Trace lot for&amp;lt;br/&amp;gt;customer complaint&amp;#34;]&#xA;end&#xA;&#xA;%% Flow&#xA;S ==&amp;gt; A&#xA;A ==&amp;gt; B&#xA;B ==&amp;gt; C&#xA;C ==&amp;gt;|Yes| D&#xA;C ==&amp;gt;|No| E&#xA;E ==&amp;gt; F&#xA;D ==&amp;gt; G&#xA;G ==&amp;gt; H&#xA;H ==&amp;gt; I&#xA;I ==&amp;gt; J&#xA;%% Classes&#xA;class S btProcessTitle&#xA;class A btProcessExternal&#xA;class B,C,D,E,F,G,H,I,J btProcessActive&lt;/pre&gt;&#xA;&lt;/div&gt;&#xA;&lt;h2 id=&#34;mobile-operations&#34;&gt;Mobile operations&lt;/h2&gt;&#xA;&lt;h2 id=&#34;subcontracting&#34;&gt;Subcontracting&lt;/h2&gt;&#xA;&lt;p&gt;In subcontracting, material dispatch and return flow must be integrated into regular LSC processing. The process chain must be modeled clearly in operational and posting logic.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
