Skip to main content

Notifications

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.

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

News and Announcements

Announcing Category Subscriptions!

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 Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,370 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans