Xrm.Utility.getEntityMetadata( "account" , "" ) |
.then( function (result) { |
console.log( "Entity Set Name: " + result.EntitySetName); |
}, function (error) { |
console.log(error); |
}); |
Xrm.Utility.getEntityMetadata( "account" , "" ) |
.then( function (result) { |
console.log( "Entity Set Name: " + result.EntitySetName); |
}, function (error) { |
console.log(error); |
}); |
Comments
Post a Comment