Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Suggested answer

I want to display a sentence in a section of a form.

Posted on by 610

Hello Community!

I would like to display a sentence in a section of a form. Here's the code I used and it does not work 

function displayMessageInSectionFooter(formContext) {
var sectionName = "section_interestpaidstatement";
var message = "*Statement will be attached to Service Request when completed.";
var footerControl = formContext.getControl(sectionName);
/*if (footerControl == null) {
footerControl = section.addFooterItem({
controlName: "footer_" + sectionName,
controlType: 1, // 1 represents a label control
labelText: message
});
} */
footerControl.setLabel(message);
}
  • Suggested answer
    Abdul Wahab Profile Picture
    Abdul Wahab 12,070 Super User 2024 Season 1 on at
    RE: I want to display a sentence in a section of a form.

    Hi Emanefo,

    Your code looks good. Is it triggering on the event?

    Can you please check highlighted the property is disabled?

    pastedimage1680461927839v1.png

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans