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, ...
Suggested Answer

How can we add Reference Group as control into form through x++ code?

(0) ShareShare
ReportReport
Posted on by

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,361 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
    on at
  • Martin Dráb Profile Picture
    237,920 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
    on at

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

  • Liya Cheng Profile Picture
    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
    237,920 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

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 559 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

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

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 250 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans