Power Dynamics
  • Power Dynamics
  • 🍕My name
  • D365 CE
    • Copilot
      • 🥐Add Copilot into Rich Text Control
    • Sales
      • Copilot in D365 Sales
      • Export record to PDF
    • Customer Experience
      • Contact Center (Omnichannel)
        • 🐚Internal Live Chat in MDA
        • 📢Add Chat Widget to Power Pages - Proactive Chat
      • Attachment Control
      • Case Routing: Basic Routing rule set
      • Custom SLA for any Entity
      • Customer Insight
        • Journey - Custom Trigger - Call Power Automate
    • Field Service
  • Power Platform
    • Analytics
    • Dataverse
      • Use case for the feature of Record ownership across Business Unit
      • 💡Workaround: Change the OOB "Exchange Rate" of a record
      • Using a Virtual Entity to store historical log (sample)
      • Disable Empty Address record
      • Using Adaptive card
      • Block Unmanaged Customizations
      • 🪃Recycle Bin on Dataverse (Preview)
    • Model Driven App
      • 💡Run SSRS report on MDA mobile
      • 💡Tip: Create a Security Role with "App Opener" minimum privileges
      • Tag @person to notify in MDA
      • Auto search on the Lookup field
      • Activities with multiple related records
      • Embedded Power BI - Dashboard
      • Embedded Power BI - Form
      • "Custom Help" - Is it help?
      • New modern Command Bar
      • Tip: Hide the button "Add Existing Record" on subgrid
      • Custom Page - Why not?
      • Hiding sensitive column data
    • Canvas App
    • Fabric & Power BI
      • New Text slicer
      • Dataverse link to Microsoft Fabric
      • 💡Leveraging Interactive Warehouse Floor Maps in Power BI
      • Calculation Group for Time Intelligence
    • Power Automate
      • ✅Sequential Approval
      • 📤Create an Appointment by Outlook Graph API
      • Dowload SSRS Report and Send email
      • Power Automate: Add a table in Email
      • 💡Tips: Get "DisplayName" of the Lookup field on Power Automate
      • E-sign: Power Automate & DocuSign
  • D365 Finance & Operation
    • General
      • 🇻🇳D365 FnO - Virtual entities: Use case
    • Finance
      • Consolidating Customer & Vendor Balances
    • Supply Chain
      • Landed Cost Series
        • Landed Cost- Essential Configuration
        • Landed Cost Scenarios 1
Powered by GitBook
On this page

Was this helpful?

  1. D365 Finance & Operation
  2. Supply Chain
  3. Landed Cost Series

Landed Cost Scenarios 1

#Landed Cost, #BusinessCase, #D365FnO, #SCM

Scenario: We have one Item “P-0001” which we are purchasing from a vendor “Acme Office Supplies”, The item purchase price is “2000$” and Quantity = 1

Now this product is transported by a shipping(freight) vendor “Vendor A” - during transportation, the Item has been charged different costs:

  • Freight fee

  • Insurance fee

  • Fuel fee

  • Local Transportation fee

So, now at the time of purchase order creation, we know the estimated cost for each of these:

  • Freight is 200$ / Quantity => Freight fee = 200$ x 1 = 200$

  • Insurance, 10% of Item Purchase price => Insurance fee = 10% x 2000$ = 200$

  • Fuel is 1$ / measurement => so let’s say it is 60kg, then Fuel fee = 11$ x 50Kg = 60$

  • Local Transportation is 20 % of "Freight cost" => Local Transport fee = 20% x 200$ = 40$

Therefore:

  • Total Estimated cost for Item "P-0001" = 200$ + 200$ +60$ + 40$ = 500$

  • Total Item landed cost for Item "P-0001" = 2000$ +500$ = 2500$

However, the shipper sends an actual billing as 600$ instead 500$ as before.

So, the final Landed Cost of Item must be recalculated = 2000$ + 600$ = 2600$. Then, the system should post the adjustment transaction as 100$ based on the Landed Cost Estimation.


BSD 1: Actual Freight bill received after Item is received and invoiced.

  • Item Cost at the time of Purchase order Invoice: 2000$ + 500$ = 2500$ Estimated cost

  • Adjustment due to Actual freight Invoice = 100$ USD

PreviousLanded Cost- Essential Configuration

Last updated 1 year ago

Was this helpful?