You can add features and options to the Window.Open command so its not so bland. To make it work a little more effectively, consider something like this for a Dialog Opener:function openDialog(){ var dialogurl = Xrm.Page.context.getClientUrl(); dialogurl += "/cs/dialog/rundialog.aspx?DialogId=%7b6F447260-DDA7-4E2B-9893-749E181CA497%7d&EntityName=new_customentity&ObjectId=" + Xrm.Page.data.entity.getId(); var features = "location=no,menubar=no,status=no,toolbar=no"; wi
↧