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)

Add blanket orders in a 2nd section of the morphx report

(0) ShareShare
ReportReport
Posted on by 115

Hi Guys,

I have created the 2nd section of "Open Order report" in morphx. I need to display blanket Order records to show on that section. I don't know how to display the blanket order records on that section. Anyone please guide me.
How to display the records in "open order" report.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    baduru hameed Profile Picture
    115 on at

    Guys,

    Anyone reply please,

    i have created a 1 section in morphx report and trying to display a blanket order records. I got the records in that section but the designs are collapsed.

    We have a 3 sections in "OPEN ORDER REPORT" (order confirmation report). Am trying to display a blanket order records in that 2 section. 

    I have created one table and inserted all the blanket orders records from "SalesEditLines" form-> button ok->clicked method. Please refer the below screen shot.

     blanket-records-fetch-method.PNG

    in "pmf_SalesConfirm" report fetch method i have written a code. Please find the below screen shot.

    blanket-records-fetch-method.PNG

    Kindly guide me how to display the blanket order records in that section.

  • Suggested answer
    Chaitanya Golla Profile Picture
    17,225 on at

    Hi,

    In the fetch method of your Report, please modify the code as given below.

    select pmf_blanketOrderStore

    where pmf_blanketOrderStore.UserInfo == curuserId();

    if (pmf_blanketOrderStore.recId)

    {

      reportSection = this.design().sectioName("BlanketOrder_Body");

      this.executeSection(reportSection);  // or get the value of controlNumber property of the new section and use

                                                               // statement this.execute(ControlNumber)

      While select pmf_blanketOrderStore

    where pmf_blanketOrderStore.UserInfo == curuserId();

      {

         this.send(pmf_blanketOrderStore);

      }

    }

    Thanks,

    Chaitanya Golla

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 March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 16

#2
GiacomoRovai Profile Picture

GiacomoRovai 4

#3
Douglas Noel Profile Picture

Douglas Noel 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans