Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

request page in nav 2013 report

Posted on by 1,745

i want to lookup on multiple table in a request page just like bank payment voucher where one can select account type like customer ,vendor ,and based on the value of account type one can look up in the respective table .like for customer ,one can lookup in the customer table.for account type vendor one can lookup in vendor table . 

*This post is locked for comments

  • javedakhtar Profile Picture
    javedakhtar 1,745 on at
    RE: request page in nav 2013 report

    I have written the below code

    CheckLeaves.RESET;

    CheckLeaves."Payee Name":=PayeeName;

    IF PAGE.RUNMODAL(50100,CheckLeaves) = ACTION::LookupOK THEN BEGIN

     Text := FORMAT(CheckLeaves."Payee Name");

     EXIT(TRUE);

    END;

    in the onlookup trigger but i want to implement find as type in this .

  • mmv Profile Picture
    mmv 11,465 on at
    RE: request page in nav 2013 report

    Hi Javed,

    You may use two fields on the request page, one for the type, i.e, Vendor, Customer etc. and another one for capturing the Code (vendor code, customer code) etc.

    Then, you need to write code in the AssistEdit of the Code field to have the lookup based on the selected value in the type field.

  • Suggested answer
    Saurabh Shah Profile Picture
    Saurabh Shah 4,560 on at
    RE: request page in nav 2013 report

    Please add some filter on your data items so it comes by default every time on request page.

    You can add it in report by going into property of data item --> ReqFilterFields

    Note: Requires filter table must be in report dataitem

    Saurabh

  • Suggested answer
    Mohana Yadav Profile Picture
    Mohana Yadav 59,137 Super User 2024 Season 2 on at
    RE: request page in nav 2013 report

    requirement is clear.

    what did you try and what is not working?

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,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans