Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space MOBUD and version 3
Code Block
firstline
languagejs
firstline1
titleJSON Format
1linenumberstrue
collapsetrue
{
	  "TaskID": "",
	  "TaskType": "",
	  "ActualStart": "",
 	 "AcutalEndActualEnd": "",
	  "Desc": "",
  	"Dur": "",
 	 "Extensions": {
		    "key": "valuevalue1"
	  },
	  "FlexAttrs": {
  		  "${FlexFormID}": {
			
      "${FlexAttrID}": [
				"value"
			]
		}
	},
	"FlexForms": [
		"$(form_id)"
	],
	
        "",
        ""
      ]
    }
  },
  "FlexForms": [
    "${FlexFormID}"
  ],
  "FlexFormsDisplayValues": [{
     "FlexFormID": "${FlexFormID}",
     "Title": "",
         "FlexGroups": [{
             "Title": "",
             "FlexAttrs": [{
                 "FlexAttrID": "${FlexAttrID}",
                  "Label": "label text",
                  "Value": "value text"
             }]
         }]
    }],
  "FlexView": [
    {
      "Title": "GroupName",
      "Items": [
        {
          "Label": "labeltext",
          "Value": "value text"
        }
      ]
    }
  ],
  "Paused": false,
	  "Priority": 1,
  	"Notes": [
    {
		
       "ID": "",
		
       "Author": "",
		
       "Date": "",
       "ReadOnly": true,
		
       "Text": "",
		
       "Delete": true
	}    }
  ],
	  "SchedDur": "",
  	"SchedEnd": "",
 	 "SchedStart": "",
	  "Status": "",
  	"Title": "",
	"Delete": false
}