Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

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

FormDatasouce is null in Form Part

(0) ShareShare
ReportReport
Posted on by 5

Hi All,

I'm creating a form part that has the same datasource as the main form. I was able to link the two forms and it works as expected. But I have another task that when an unbound combo box from the main form is set to no/yes, the records of the form part will be filtered as well. I have found this block of code in custtable that I think will work since this will refresh the records of the form part. But when I'm debugging this, it always says the datasource of the form part is null even though it is the same as the main form. 

public static void refreshFormPart(FormRun _hostForm, str _formPartControlName, str _dataSourceTable)
     {
          FormPartReferenceControl formPartReferenceControl = _hostForm.getPartControlByName(_formPartControlName);

          if (formPartReferenceControl && formPartReferenceControl.visible())
          {
               FormRun formRun = formPartReferenceControl.getPartFormRun();
               if (formRun)
               {
                      FormDataSource formDataSource = formRun.dataSource(_dataSourceTable);
                      if (formDataSource)
                      {
                           formDataSource.executeQuery();
                      }
               }
           }
     }

Could you suggest what fix or other method should I use? 

Thanks. 

  • Martin Dráb Profile Picture
    231,772 Most Valuable Professional on at
    RE: FormDatasouce is null in Form Part

    It seems that the name of the datasource is different than what you have in _dataSourceTable variable.

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

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

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,892 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,772 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans