Announcements
No record found.
function checkForDuplicates(executionContext) { var formContext = executionContext.getFormContext(); formContext.data.refresh(false).then(function success() { var duplicateFlag = formContext.getAttribute("eem_ContractDupeFlag3").getValue(); if (duplicateFlag === true || duplicateFlag === 1) { var alertStrings = { confirmButtonLabel: "OK", text: "A record with the same combination of fields already exists.", title: "Duplicate Warning" }; var alertOptions = { height: 120, width: 260 }; Xrm.Navigation.openAlertDialog(alertStrings, alertOptions).then( function success() { console.log("Alert closed"); }, function error() { console.error("Error showing alert dialog"); } ); } }, function error(err) { console.error("Error refreshing data: ", err.message); }); }
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.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
ManoVerse 130 Super User 2026 Season 1
11manish 117
Muhammad Shahzad Sh... 69 Most Valuable Professional