Skip to content

Instantly share code, notes, and snippets.

@mrik23
Created December 3, 2017 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrik23/6dcbc22b678d95275fd5fce3b760aaac to your computer and use it in GitHub Desktop.
Save mrik23/6dcbc22b678d95275fd5fce3b760aaac to your computer and use it in GitHub Desktop.
{
"$schema": "http://columnformatting.sharepointpnp.com/columnFormattingSchema.json",
"debugMode": true,
"elmType": "div",
"children": [
{
"elmType": "span",
"style": {
"padding-right": "8px"
},
"txtContent": "@currentField.title"
},
{
"elmType": "a",
"attributes": {
"iconName": "EditMail",
"class": "sp-field-quickActions",
"href": {
"operator": "+",
"operands": [
"mailto:",
"@currentField.email",
"?subject=Check task status - ",
"[$Title]",
"&body=Please update your task status\r\n---\r\n",
"[$Title]",
"\r\nThanks."
]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment