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:
  • 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,157 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,157 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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

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

#1
Martin Dráb Profile Picture

Martin Dráb 426 Most Valuable Professional

#2
CU10121822-0 Profile Picture

CU10121822-0 358

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 353 Super User 2026 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans