Xrm.WebApi.retrieveRecord(/contact/, contactid ,/?$select=parentcustomerid/ ).then(
function success(result) {
// perform operations on record retrieval
},
function (error) {
console.log(error.message);
// handle error conditions
}
);
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,432
Most Valuable Professional
nmaenpaa
101,156