Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics SL (Archived)

Quick Query and Customization Manager

(0) ShareShare
ReportReport
Posted on by 1,035

Can a Quick Query be launched from a button on a screen?

*This post is locked for comments

  • Community Member Profile Picture
    on at
    RE: Quick Query and Customization Manager

    I added a button on the Sales Order screen to lookup a customer's detail lines of order history, and the button opens the related QQ_SOLine display. How can I pass the active customer ID to the Quick Query screen as a parameter? Also, how can I open a filtered view rather than the base Quick Query view?

  • Suggested answer
    Ram Peru Profile Picture
    2,830 on at
    RE: Quick Query and Customization Manager

    Hello KenF58,

    I have tried to call the specific Quick Query from button click event in the standard customization. It's very simple to call a particular Quick from button click in standard screen customization.But you must know the Quick Query view name to call the Quick Query on Standard Screen Customization.

    For Instance,

    I am calling the AP Documents Quick Query from the Voucher & Adjustment Entry screen.Below is the code to call a specific Quick Query from the button click event.

    Dim ParmStr$

    ParmStr = "QQVIE00.EXE " + PRMSEP + "QQ_Apdoc"

    serr1 = Launch(ParmStr, True, True, 0)

    Hope this will help you.

    Thanks,

    Perumalsamy R

  • Community Member Profile Picture
    on at
    RE: Quick Query and Customization Manager

    Hello Perumal,

    This will call the specified Quick Query screen. But what if the user needs to open the customized Quick Query directly through button click. Just want to know ...

    For better understanding,

    If an user customized & stored the Inventory Transaction - Quick query based on the Issues and Receipts TranType. Now if user needs to open the the Inventory Transaction Quick Query for the Receipts. How can we handle this? Other than Solomon Object Model.. Any Ideas?

    Thanks

  • Suggested answer
    Ram Peru Profile Picture
    2,830 on at
    RE: Quick Query and Customization Manager

    Hello KenF58,

    We can call the Quick Query Viewer by calling the Launch API of SL Customization.

    Below is the code to invoke the Quick Query Viewer from standard screen customization:

    Serr1 = Launch("QQVIE00",True,True,0)

    Hope this will help you.

    Thanks,

    Perumalsamy R

  • Carolyn Kolpien Profile Picture
    on at
    RE: Quick Query and Customization Manager

    Hi KenF58,

    We suppose it would be possible but have never tried it.  If you give it a try and run into a problem, update this post and we'll see what we can do.

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics SL (Archived)

#1
Community Member Profile Picture

Community Member 136

#2
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 102 Super User 2025 Season 1

#3
REUser Profile Picture

REUser 8

Featured topics

Product updates

Dynamics 365 release plans