var field = Xrm.Page.getAttribute('fieldname');
if (field != null) {
var fieldValue = field.getValue();
if (fieldValue == null || fieldValue == '') {
alert('The required field is not filled!');
}
}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,900 Super User 2024 Season 2
Martin Dráb 229,275 Most Valuable Professional
nmaenpaa 101,156