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 :
Finance | Project Operations, Human Resources, ...
Suggested Answer

How to show GP items in dexterity dropdownList

(1) ShareShare
ReportReport
Posted on by 5

I just created a simple window in which i have two fields .

1: Description text box.

2: DropDownList for items from GP.

I want to show the list of items  from GP in a dropdown which  is  created by using dexterity.

Any who can precisely guide me for the expected solution.Thanks

Categories:
I have the same question (0)
  • Suggested answer
    SMike Giuffre Profile Picture
    281 on at

    Use the dex add item command to populate the ddl.  Dex help is your friend!

  • David Musgrave MVP GPUG All Star Legend Moderator Profile Picture
    14,145 Most Valuable Professional on at

    Mike is correct, to dynamically build a drop down list use the add item command.

    To have static values, add them when you create the datatype for your field.

    If you need more information on Dexterity and training see

    winthropdc.wordpress.com/.../

    winthropdc.wordpress.com/.../

  • AyyazKhNA Profile Picture
    5 on at

    Thanks for your response.

     Please show me some working example related to this scenario.

  • Suggested answer
    SMike Giuffre Profile Picture
    281 on at

    There are working examples in the Dex help system, which is why I recommend it so strongly.  These examples related directly to the Dex Sample applications delivered on the installation media.

  • Suggested answer
    David Musgrave MVP GPUG All Star Legend Moderator Profile Picture
    14,145 Most Valuable Professional on at

    This will work, but as Drop Down Lists are limited to 32K items you will have issues of there are too many records being added. Also anything more than around 20-30 items and using a Drop Down List is not the best user experience.

    clear '(L) DDL Field';

    get first table IV_Item_MSTR;

    while err() <> EOF do

       add item 'Item Number' of table IV_Item_MSTR to '(L) DDL Field';

       get next table IV_Item_MSTR;

    end while;

    '(L) DDL Field' = max(1, '(L) DDL Field');

    David

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

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 621

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 575 Super User 2026 Season 1

#3
CP04-islander Profile Picture

CP04-islander 430

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans