web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Set visibility of control in extension class

(0) ShareShare
ReportReport
Posted on by

Hi,

I need to modify the visibility of controls from InventTransferJour form. In the original form the visibility of controls is set in active method of InventTransferJour datasource. When i try to use COC for this method i can't access form controls. Is there any way to set controls visibility from datasource method?

I have the same question (0)
  • Suggested answer
    nmaenpaa Profile Picture
    101,160 Moderator on at

    You can access the form controls from your CoC method, in the same way than in the original active method.

    Intellisense might not work, though.

    Could you share your code? It's easier to troubleshoot that way. Thanks!

  • Verified answer
    WillWU Profile Picture
    22,361 on at

    As Nikolaos said,

    You can access the form controls from your CoC method.

    You can also use Event Handler on the onActivate method of the datasource to enable\disable the control.

    Please refer to the following codes:

        [FormDataSourceEventHandler(formDataSourceStr(InventTransferJour, InventTransferJour), FormDataSourceEventType::Activated)]
        public static void InventTransferJour_OnActivated(FormDataSource sender, FormDataSourceEventArgs e)
        {
            FormRun             element       = sender.formRun(); 
            FormControl         yourcontrol   = element.design().controlName(formControlStr(InventTransferJour, yourcontrol));
     
            yourcontrol.enabled(false);
        }

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
Martin Dráb Profile Picture

Martin Dráb 646 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 529 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 285 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans