Skip to content

Instantly share code, notes, and snippets.

View paulclarkaranz's full-sized avatar

Paul Clark paulclarkaranz

  • Seequent, Identity and Licensing, Christchurch, New Zealand
View GitHub Profile
// All roles by user
<fetch top="500" >
<entity name="systemuser" >
<attribute name="fullname" />
<filter>
<condition attribute="islicensed" operator="eq" value="1" />
</filter>
<link-entity name="systemuserroles" from="systemuserid" to="systemuserid" >
<attribute name="roleid" />
<link-entity name="role" from="roleid" to="roleid" >
@paulclarkaranz
paulclarkaranz / Dynamics CRM Modal Resizer.user.js
Last active January 31, 2019 00:04
Install in Tampermonkey
// ==UserScript==
// @name Dynamics CRM Modal Resizer
// @namespace seequent.com
// @version 0.1
// @description Make the tiny modal dialogs in dynamics able to be resized and dragged.
// @author [email protected]
// @match https://*.dynamics.com/*
// @grant none
// @run-at document-idle
// ==/UserScript==
// ==UserScript==
// @name JIRA Easy StandUp Kanban Mods
// @namespace seequent.com
// @version 0.1
// @description Some UI tweaks to ease some pain points when using the JIRA kanban board for standups.
// @author [email protected]
// @match https://*.atlassian.net/secure/RapidBoard.jspa*
// @run-at document-idle
// @grant GM_addStyle
// @grant GM_log
@paulclarkaranz
paulclarkaranz / Dynamics CRM Link To Record.user.js
Last active January 30, 2019 04:36
Install in Tampermonkey