Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM forum
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 Moderator 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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

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

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,554 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,588 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans