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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Business Central RDLC Report

(0) ShareShare
ReportReport
Posted on by 8

Hello, everyone

I am making an extension of the Sales Shipment report in BC adding 3 columns (custom fields) to the Shipment Lines but when I generate the report I don't get the information that I can see in the Posted Form in BC. I have also added some custom fields in the Shipment header and when I generate the report I get the corresponding information. Can you help me to give me an idea of what I have wrong?  This is the code I have.

The red ones are the custom fields in Shipment Header and the Blue ones are the custom field in the Lines. 

 

 

Here“s the AL Code we are using:

reportextension 50106 RE_SalesShipment extends /Sales Shipment NA/

{

    RDLCLayout = './SalesShipmentNA.rdlc';

    dataset

    {

        // Add changes to dataitems and columns here        

        add(/SalesShptLine/)

        {

            column(Item_Details; TempSalesShipmentLines./Item Details/)

            {

            }

            column(ItemDetailsLbl; ItemDetailsLbl)

            {

            }

            column(LineNo; TempSalesShipmentLines.LineNo)

            {

            }

            column(Line_No; LineNoLbl)

            {

            }

            column(labelLine; TempSalesShipmentLines.labelLine)

            {

            }

            column(Label_Line; LabelLineLbl)

            {

            }

        }

 

        add(/Sales Shipment Header/)

        {

            column(DealerContact; DealerContact)

            {

            }

            column(Dealer_Contact; DealerContactLbl)

            {

            }

            column(Project; Project)

            {

            }

            column(ProjectLbl; ProjectLbl)

            {

            }

        }

    }

 

 

    requestpage

    {

        // Add changes to the requestpage here

    }

 

    var

        TempSalesShipmentLines: Record /Sales Shipment Line/ temporary;

        ItemDetailsLbl: Label 'Item Details';

        LabelLineLbl: Label 'Label Line';

        LineNoLbl: Label 'Line No.';

        DealerContactLbl: Label 'Dealer Contact';

        ProjectLbl: Label 'Project';

}

 

Best Regards

I have the same question (0)
  • RudyZhang Profile Picture
    Microsoft Employee on at
    Hi,
     
    Based on your description of the issue, our team found that your issue is related to Dynamics 365 Business Central.
    We recommend you to ask this question in the Dynamics 365 BC forum, where your problem will be noticed by many experts in the field and you will get a more effective solution.
    The link to the forum is as follows
    https://community.dynamics.com/forums/thread/?groupid=e78817ab-a926-4d31-96cc-aef040a4eb04
     
     
    Best Regards,
    Rudy Zhang

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Martin DrƔb Profile Picture

Martin DrƔb 41 Most Valuable Professional

#2
iampranjal Profile Picture

iampranjal 39

#3
Satyam Prakash Profile Picture

Satyam Prakash 35

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans