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 can we add Reference Group as control into form through x++ code?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Description:

we need to add reference group into form and need add it under specific Tab name, we know how to add it by design, but we didn't know how to add it by x++ code? so please give me some suggestions if it can be added by x++ code. Thank!

I have the same question (0)
  • WillWU Profile Picture
    22,363 on at

    Hi Apple,

    Please check the FormBuildReferenceGroupControl and  FormReferenceGroupControl class:

    FormBuildReferenceGroupControl::addControl()

    Please read through the following white paper:www.microsoft.com/.../details.aspx

  • Suggested answer
    Anrini Profile Picture
    Microsoft Employee on at
  • Martin Dráb Profile Picture
    239,040 Most Valuable Professional on at

    Anrini, could you please point out which of your links (if any) is related to the question and delete the rest? Thank you.

    Please pay more attention to the quality of your replies.

  • Anrini Profile Picture
    Microsoft Employee on at

    Thank you for the feedback Martin, I will keep that in mind to improve my answer quality

  • Liya Cheng Profile Picture
    Microsoft Employee on at

    i know that we can use it, but it cannot display the new added control by code when i use it.

  • Suggested answer
    Martin Dráb Profile Picture
    239,040 Most Valuable Professional on at

    Here is a concrete example:

    [Form]
    public class Form1 extends FormRun
    {
        public void init()
        {
            FormBuildReferenceGroupControl refGroup = form.design().addControl(FormControlType::ReferenceGroup, 'myRefGroup');
            refGroup.extendedDataType(extendedTypeNum(HcmWorkerRecId));
            
            super();
        }
    }

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 March 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 616

#2
André Arnaud de Calavon Profile Picture

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

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 331 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans