Open Fyrearm opened 7 years ago
Would love to see these two bookmarklets integrated into the tool.
Unlock: javascript: var form = $("iframe").filter(function () { return ($(this).css('visibility') == 'visible') })[0].contentWindow;form.Mscrm.CommandBarActions.activate(form.Xrm.Page.data.entity.getId(), form.Xrm.Page.data.entity.getEntityName());
javascript: var form = $("iframe").filter(function () { return ($(this).css('visibility') == 'visible') })[0].contentWindow;form.Mscrm.CommandBarActions.activate(form.Xrm.Page.data.entity.getId(), form.Xrm.Page.data.entity.getEntityName());
Lock: javascript: var form = $("iframe").filter(function () { return ($(this).css('visibility') == 'visible') })[0].contentWindow;form.Mscrm.CommandBarActions.changeState("deactivate", form.Xrm.Page.data.entity.getId(), form.Xrm.Page.data.entity.getEntityName());
javascript: var form = $("iframe").filter(function () { return ($(this).css('visibility') == 'visible') })[0].contentWindow;form.Mscrm.CommandBarActions.changeState("deactivate", form.Xrm.Page.data.entity.getId(), form.Xrm.Page.data.entity.getEntityName());
I have to make some changes to fix logical names that is broken in v9. I will look into this as well when I make that change.
Would love to see these two bookmarklets integrated into the tool.
Unlock:
javascript: var form = $("iframe").filter(function () { return ($(this).css('visibility') == 'visible') })[0].contentWindow;form.Mscrm.CommandBarActions.activate(form.Xrm.Page.data.entity.getId(), form.Xrm.Page.data.entity.getEntityName());
Lock:
javascript: var form = $("iframe").filter(function () { return ($(this).css('visibility') == 'visible') })[0].contentWindow;form.Mscrm.CommandBarActions.changeState("deactivate", form.Xrm.Page.data.entity.getId(), form.Xrm.Page.data.entity.getEntityName());