Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

Vendor List

(0) ShareShare
ReportReport
Posted on by 3,099

Hi

  I am using Posted WareHouse Receipt Header & Posted WareHouse Receipt Line Table. In Posted Warehouse Receipt Header i have field Source No in which Vendor Id is stored. In Request Page in this report it displays dropdown but list of Vendors is not displayed. I want Unique Vendors List to be displayed.

Thanks

*This post is locked for comments

  • Suggested answer
    Suresh Kulla Profile Picture
    47,789 on at
    RE: Vendor List

    Create a new global variable for Vendor No. and use that in the request page for filtering, set the tablerelation for that variable to vendor and use that value to filter the Source No. onPreDataItem of the DataItem.

  • ManishS Profile Picture
    80 on at
    RE: Vendor List

    Create a global variable vendor of code 20, show this field on request page & in property of this field set table relation to vendor table.

  • Suggested answer
    Binesh Profile Picture
    7,885 on at
    RE: Vendor List

    Hello,

    Already we discussed earlier, see below link:

    https://community.dynamics.com/nav/f/34/t/251684

    Only the variable is different. In this you have to filter your table instead of "CustomerPostingGroups " and pass your table.

    CustomerPostingGroupG - OnLookup(VAR Text : Text) : Boolean
    //>>Sbinesh
    // CustomerPostingGroups is a record variable of TABLE Customer Posting Groups
    // CustomerPostingGroupG is a global variable [you can use that variable/field you want to lookup]

    //filter CustomerPostingGroups  as you want and finally pass this Record variable.
    IF PAGE.RUNMODAL(110,CustomerPostingGroups) = ACTION::LookupOK THEN BEGIN
    CustomerPostingGroupG := CustomerPostingGroups.Code;
    END ELSE CLEAR(CustomerPostingGroups);
    //<<Sbinesh

  • jsshivalik Profile Picture
    3,099 on at
    RE: Vendor List

    Hi

      Can u pls help me in detail where i should write the code. Field is displayed by adding filter from Posted Warehouse Receipt Line

    Thanks

  • Suggested answer
    Amol Salvi Profile Picture
    18,698 on at
    RE: Vendor List

    You need to write code on OnLookup trigger by using Vendor table to display the list of unique vendor

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics NAV (Archived)

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2

#1
mmv Profile Picture

mmv 2

#1
Amol Salvi Profile Picture

Amol Salvi 2

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans