GETTING PLURAL NAMES OF ENTITIES USING WEBAPI December 07, 2021 Xrm.Utility.getEntityMetadata( "account" , "" ) .then( function (result) { console.log( "Entity Set Name: " + result.EntitySetName); }, function (error) { console.log(error); }); Read more