Skip to content

Instantly share code, notes, and snippets.

View vnehess's full-sized avatar

Ron Hess vnehess

  • startup
  • San Jose, CA
View GitHub Profile
@vnehess
vnehess / Dashboard Template.json
Last active August 29, 2015 14:07
Analytics Dashboard Template
{
"lastModified": 1413144431,
"name_lc": "dashboard template",
"state": {
"widgets": {
"box_25": {
"params": {
"imgUrl": "",
"borderColor": "rgba(220, 220, 220, 0.2)",
"backgroundColor": "rgba(220, 220, 220, 0.2)",
@vnehess
vnehess / Dashboard Template (1280).json
Created October 13, 2014 15:40
Salesforce Analytics Dashboard Template (1280 wide)
{
"lastModified": 1413149207,
"name_lc": "dashboard template (1280)",
"state": {
"widgets": {
"box_25": {
"params": {
"imgUrl": "",
"borderColor": "rgba(220, 220, 220, 0.2)",
"backgroundColor": "rgba(220, 220, 220, 0.2)",
<target name="deploy" description="Deploys all package components to dev org">
<!-- stop scheduled job -->
<executeAnonymous username="${de.username}" password="${de.password}"><![CDATA[
for (SObject j : [SELECT Id FROM CronTrigger]) System.abortJob(j.Id);
]]></executeAnonymous>
<!-- upload code -->
<sf:deploy
username="${de.username}"
password="${de.password}"