Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Unanswered

How to filter enum value in bound control

(0) ShareShare
ReportReport
Posted on by 20

   SysFormEnumComboBox formEnumComboBox;
    Set                 selectedvalues;
    
     public void init()
      {
        selectedvalues = new Set(Types::Enum);
        selectedvalues.add(WrkCtrType::Personnel);
        selectedvalues.add(WrkCtrType::Vendor);
        
        formEnumComboBox = SysFormEnumComboBox::newParameters(element, element.controlId(formControlStr(XYZ_ResourceList, XYZ_WrkCtrTable_WrkCtrType)),enumNum(WrkCtrType), selectedvalues);
       }

I am attaching above code.

I am filtering the Enum value of unbound control from this code which is working fine. but When I am using this code for bounded control it's not working.

Kindly guide me.

Thanks

  • GirishS Profile Picture
    GirishS 27,821 Super User 2024 Season 1 on at
    RE: How to filter enum value in bound control

    Hi Muzdalfa,

    Have you tried overriding the enter method of that control and delete the Enum elements at runtime?

    Try doing that and check.

    Refer to the below link.

    https://www.schweda.net/blog_d365.php?bid=674&wdl=en

    Thanks,

    Girish S.

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Congratulations to the January Top 10 leaders!

Check out the January community rock stars...

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,996 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,853 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans