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 :
Customer experience | Sales, Customer Insights,...
Unanswered

Loop of tabs or sections for create multiline with notification

(0) ShareShare
ReportReport
Posted on by 15

Hello everyone.

I know that we can to do it:

var fc = executionContext.getFormContext();
var warningId = "warningid";

var accountName = fc.getAttribute("name").getValue();
var phone = fc.getAttribute("phone").getValue();

if (accountName === nul || phone === null) {
    fc.ui.setFormNotification("Name or Phone is empty", "WARNING");
}

if (accountName !== null && phone !== null) {
    fc.ui.clearFormNotification(warningId);
}

But, if we have tabs and sections.
I means, if we have some tab with 3 sections. Into of each section we have many fields. Is there a way to loop these tabs or sections?
e.g.

var tabMain = fc.ui.tabs.get("tab_main");
var sectionProfile = tabMain.sections.get("sec_profile");

I would like to show in a single string several lines with the error or errors.

Thank you.

I have the same question (0)

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 > Customer experience | Sales, Customer Insights, CRM

#1
Tom_Gioielli Profile Picture

Tom_Gioielli 170 Super User 2025 Season 2

#2
#ManoVerse Profile Picture

#ManoVerse 70

#3
Jimmy Passeti Profile Picture

Jimmy Passeti 50 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans