web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How to get Ship From information of a Sales Order

(0) ShareShare
ReportReport
Posted on by

How do I retrieve the ship from address of a lineItem? I currently have the code below implemented to retrieve the delivery address of a lineItem and it works, is there something similar to retrieve the ShipFrom address?

 private static ErpAddress mapShipFromInformation(SalesLine requestLine)
    {

ErpAddress deliveryAddress = new ErpAddress();
        
        DeliveryAddress.setStreetAddress(requestLine.deliveryAddress().Street + " " + requestline.deliveryAddress().StreetNumber);
        DeliveryAddress.setCity(requestLine.deliveryAddress().City);
        DeliveryAddress.setState(requestLine.deliveryAddress().State);
        DeliveryAddress.setZipcode(requestLine.deliveryAddress().ZipCode);
        DeliveryAddress.setCountry(requestLine.deliveryAddress().CountryRegionId);

return deliveryAddress;

}

I have tried this but it doesn't work

ErpAddress shipFromAddress;

shipFromAddress.setCity(requestLine.shipCarrierLocation().city);

*This post is locked for comments

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 28

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans