//Code Snippet:
function SetLookupNull(lookupAttribute){
var lookupObject = Xrm.Page.getAttribute(lookupAttribute);
if (lookupObject != null)
{
Xrm.Page.getAttribute(lookupAttribute).setValue(null);
}
Post a Comment
No comments:
Post a Comment