Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX (Archived)

how get the Logistics Electronic Address Table Description Field Based On the Purchase order report when using RDP class

(0) ShareShare
ReportReport
Posted on by 97

I need to display the Description Fields from LogisticsElectronicAddress  table  in purchase order confirmation SSrS report. 

*This post is locked for comments

  • Suggested answer
    André Arnaud de Calavon Profile Picture
    André Arnaud de Cal... 291,280 Super User 2024 Season 2 on at
    RE: how get the Logistics Electronic Address Table Description Field Based On the Purchase order report when using RDP class

    Hi Palak,

    Possibly you can call the phone() method from the vendTable table? This will return the primary phone setup on the vendor.

    Or use it as example for your own logic.

    display Phone phone()
    {
       LogisticsElectronicAddress electronicAddress = DirParty::primaryElectronicAddress(this.Party, LogisticsElectronicAddressMethodType::Phone);
       return electronicAddress ? electronicAddress.Locator : '';
    }


  • Palak jain Profile Picture
    Palak jain 97 on at
    RE: how get the Logistics Electronic Address Table Description Field Based On the Purchase order report when using RDP class

    Hi

    its a ssrs report (PO confirmation)

    and i want to fetch the description of phone type in my purchase order confirmation report as alternate contact number

  • André Arnaud de Calavon Profile Picture
    André Arnaud de Cal... 291,280 Super User 2024 Season 2 on at
    RE: how get the Logistics Electronic Address Table Description Field Based On the Purchase order report when using RDP class

    Hi Palak,

    The contact information could have multiple records? Which type do you need? (email, phone,...) and for what exact purpose? Note that the locator field usually has the information about phone, mail, etc.

    Out of the box there are no Morphx reports anymore. They have been replaced with SSRS reports. Do you mean to say, you created a morphx report yourself?

  • Palak jain Profile Picture
    Palak jain 97 on at
    RE: how get the Logistics Electronic Address Table Description Field Based On the Purchase order report when using RDP class

    Currently I am Working on the Purchase order Confirmation Report(Morphx).

    I need to fetch the Description in the Vendor Address Form ->contact Information->description

    It is There in the Logistics Electronic Address How to get this Field in the Purchase order Report.

  • André Arnaud de Calavon Profile Picture
    André Arnaud de Cal... 291,280 Super User 2024 Season 2 on at
    RE: how get the Logistics Electronic Address Table Description Field Based On the Purchase order report when using RDP class

    Hi Palak,

    What is your exact question? Where do you need help? SSRS design, data provider, ...?

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans