var currentControl = formContext.getControl(your_fieldName);
var notificationId = "BannerNotificationId";
if (validation_of_your_field_value_here)) {
currentControl.setNotification("Some of the recipients are outside of your organization", BannerNotificationId);
} else {
currentControl.clearNotification(BannerNotificationId);
}
}
Daivat Vartak (v-9d...
671
Super User 2025 Season 1
Vahid Ghafarpour
167
Super User 2025 Season 1
Muhammad Shahzad Sh...
138
Most Valuable Professional