Skip to main content

Notifications

Announcements

No record found.

Business Central forum
Suggested answer

Ship To details on Sales Pro Forma Invoice Report : No Visible

Posted on by 87
Hello all,
 
I wanted to ask how I can get ship to details on Sales Pro Forma Report.
 
I was trying to duplicate the code from the base code using Format Address Code unit, I think I am doing something wrong as it is not working.
Can you please tell me a better way to get Ship-To Details onto the report.
 
reportextension 50100 ProformaInvExt extends /Standard Sales - Pro Forma Inv/
{
    dataset
    {
        add(Header)
        {
            column(ShipToAddress1; ShipToAddr[1])
            {
            }
            column(ShipToAddress2; ShipToAddr[2])
            {
            }
            column(ShipToAddress3; ShipToAddr[3])
            {
            }
            column(ShipToAddress4; ShipToAddr[4])
            {
            }
            column(ShipToAddress5; ShipToAddr[5])
            {
            }
            column(ShipToAddress6; ShipToAddr[6])
            {
            }
            column(ShipToAddress7; ShipToAddr[7])
            {
            }
            column(ShipToAddress8; ShipToAddr[8])
            {
            }
        }
    }
    var
        ShipToAddr: array[8] of Text[100];
        ShowShippingAddr: Boolean;
 
    trigger OnPreReport()
    var
        FormatAddress: Codeunit /Format Address/;
    begin
        ShowShippingAddr := FormatAddress2.SalesHeaderShipTo(ShipToAddr, CustomerAddress, Header);
    end;
Categories:
  • Suggested answer
    gdrenteria Profile Picture
    gdrenteria 9,472 Most Valuable Professional on at
    Ship To details on Sales Pro Forma Invoice Report : No Visible
    Hi
    I hope this can help you
    BR
    GR

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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,524 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,493 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans