NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

{
"page": {
"id": "task_details_page",
"layout": "column",
"section": [
{
"id": "task_section",
"name": "Task Details",
"layout": "row",
"component": [
{
"id": "details_tabs",
"tabs": [
{
"name": "Details",
"sections": [
{
"id": "primary_details_section",
"type": "card",
"header": "Task Details",
"layout": "row",
"component": [
{
"type": "KeyValuePair",
"allowEdit": true,
"objectKey": "pk_task_id",
"objectName": "_task",
"fieldLayout": [
[
{
"fieldId": "criticalPathTask",
"fieldType": "text",
"displayName": "Critical",
"defaultValue": "No"
},
{
"fieldId": "taskNature",
"fieldType": "text",
"displayName": "Nature",
"defaultValue": "Not yet defined"
},
{
"fieldId": "approver.fullName",
"fieldType": "avatar_text",
"displayName": "Approver",
"defaultValue": "No Approver assigned"
},
{
"fieldId": "sensitiveTask",
"fieldType": "text",
"displayName": "Sensitive",
"defaultValue": "No"
},
{
"fieldId": "taskTemplate.name",
"fieldType": "text",
"displayName": "Template",
"defaultValue": "Blank close workbook"
},
{
"fieldId": "plannedDuration",
"fieldType": "text",
"displayName": "Planned Duration",
"defaultValue": "Not yet defined"
},
{
"fieldId": "approverGroup.name",
"fieldType": "text",
"displayName": "Approver Group",
"defaultValue": "No approver group assigned"
}
],
[
{
"format": "DD-MMM-YYYY",
"fieldId": "plannedEndDate",
"fieldType": "date_chip",
"displayName": "Due Date",
"defaultValue": "Not yet defined"
},
{
"fieldId": "priority",
"fieldType": "status",
"displayName": "Priority",
"dataProvider": "/pms/task/priority",
"defaultValue": "Low"
},
{
"fieldId": "closingUnitName",
"fieldType": "text",
"displayName": "Closing unit"
},
{
"fieldId": "sourceName",
"fieldType": "text",
"displayName": "Source",
"defaultValue": "Template"
},
{
"format": "DD-MMM-YYYY",
"fieldId": "plannedStartDate",
"fieldType": "date_chip",
"displayName": "Planned Start Date",
"defaultValue": "Not yet defined"
},
{
"format": "DD-MMM-YYYY",
"fieldId": "plannedEndDate",
"fieldType": "date_chip",
"displayName": "Planned End Date",
"defaultValue": "Not yet defined"
},
{
"fieldId": "actualDuration",
"fieldType": "text",
"displayName": "Actual Duration",
"defaultValue": "Task not started"
}
],
[
{
"fieldId": "taskStatus",
"fieldType": "status",
"displayName": "Status",
"dataProvider": "/pms/task/status",
"defaultValue": "Not Started"
},
{
"fieldId": "processor.fullName",
"fieldType": "avatar_text",
"displayName": "Assignee",
"defaultValue": "No analyst assigned"
},
{
"fieldId": "projectName",
"fieldType": "text",
"displayName": "Project"
},
{
"fieldId": "frequency",
"fieldType": "text",
"displayName": "Frequency",
"defaultValue": "None"
},
{
"format": "DD-MMM-YYYY",
"fieldId": "startDate",
"fieldType": "date_chip",
"displayName": "Actual Start Date",
"defaultValue": "Task not started"
},
{
"fieldId": "processorGroup.name",
"fieldType": "text",
"displayName": "Assignee Group",
"defaultValue": "No analyst group assigned"
},
{
"fieldId": "globalId",
"fieldType": "text",
"displayName": "Global ID",
"defaultValue": "Not yet defined"
}
],
[
{
"fieldId": "taskType",
"fieldType": "text",
"displayName": "Type",
"defaultValue": "Close"
},
{
"fieldId": "reviewer.fullName",
"fieldType": "avatar_text",
"displayName": "Reviewer",
"defaultValue": "No reviewer assigned"
},
{
"fieldId": "category",
"fieldType": "text",
"displayName": "Account Type",
"defaultValue": "Not yet defined"
},
{
"fieldId": "delaySystemCode",
"fieldType": "text",
"displayName": "Delay Reason",
"defaultValue": "Task not started"
},
{
"format": "DD-MMM-YYYY",
"fieldId": "endDate",
"fieldType": "date_chip",
"displayName": "Actual End Date",
"defaultValue": "Task not complete"
},
{
"fieldId": "reviewerGroup.name",
"fieldType": "text",
"displayName": "Reviewer Group",
"defaultValue": "No reviewer group assigned"
}
]
],
"dataAccessor": "task",
"dataProvider": "/pms/task/{objectKey}",
"pkComponentId": "task_details_comp"
}
],
"collapsible": true
},
{
"id": "erp_postings",
"type": "card",
"header": "ERP Postings",
"layout": "row",
"toolbar": {
"toolbarItems": [
{
"name": "Add ERP Posting",
"handler": {
"type": "addTaskERPPostingsActionPopup"
},
"hideHandler": {
"type": "hideAddERPButton"
}
}
]
},
"component": [
{
"id": "postings_table",
"type": "Grid",
"toolbar": true,
"apiMethod": "get",
"objectKey": "pk_task_id",
"pageSizes": [
5,
10,
20
],
"objectName": "_task_postings",
"primaryKey": "pk_task_note_id",
"fieldLayout": [
{
"id": "checkbox",
"width": "54px"
},
{
"id": "2",
"field": "fkWorkbookId",
"label": "Output File",
"sortable": true,
"columnSearch": true
},
{
"id": "3",
"field": "postingStatus",
"label": "Posting Status",
"sortable": true,
"columnSearch": true
},
{
"id": "4",
"field": "postingResponse",
"label": "Posting Response",
"sortable": true,
"columnSearch": true
},
{
"id": "6",
"field": "postingDocNo",
"label": "Posting Doc No",
"sortable": true,
"columnSearch": true
},
{
"id": "7",
"field": "postingDate",
"label": "Posted Date",
"format": "DD-MMM-YYYY",
"renderer": "date_chip",
"sortable": true,
"columnSearch": true
}
],
"isPaginated": true,
"dataProvider": "/pms/task/{objectKey}/entry_posting"
}
],
"collapsible": true,
"toolbarEnabled": true
},
{
"id": "task_attachments",
"type": "card",
"header": "Attachments",
"layout": "row",
"toolbar": {
"toolbarItems": [
{
"name": "Add Attachments",
"handler": {
"type": "addTaskAttachmentsActionPopup"
}
}
]
},
"component": [
{
"id": "task_attachments_grid",
"type": "Grid",
"toolbar": true,
"apiMethod": "get",
"objectKey": "pk_task_id",
"pageSizes": [
5,
10,
20
],
"objectName": "_task_attachments",
"primaryKey": "pk_task_note_id",
"fieldLayout": [
{
"id": "checkbox",
"width": "54px"
},
{
"id": "2",
"field": "name",
"label": "Attachments",
"handler": {
"type": "downloadFileAttachment"
},
"renderer": "hyperlink",
"sortable": true,
"columnSearch": true
},
{
"id": "3",
"field": "description",
"label": "Description",
"sortable": true,
"columnSearch": true
},
{
"id": "4",
"field": "fileType",
"label": "File Type",
"sortable": true,
"columnSearch": true
},
{
"id": "6",
"field": "createDate",
"label": "Uploaded On",
"format": "DD-MMM-YYYY",
"renderer": "date_chip",
"sortable": true,
"columnSearch": true
}
],
"isPaginated": true,
"dataProvider": "/pms/task/{objectKey}/attachment"
}
],
"collapsible": true,
"toolbarEnabled": true
},
{
"id": "task_notes",
"type": "card",
"header": "Task Notes",
"layout": "row",
"toolbar": {
"toolbarItems": [
{
"name": "Add Notes",
"handler": {
"type": "addTaskNotesActionPopup"
}
}
]
},
"component": [
{
"id": "task_notes_grid",
"type": "Grid",
"toolbar": true,
"apiMethod": "get",
"objectKey": "pk_task_id",
"pageSizes": [
5,
10,
20
],
"objectName": "_task_notes",
"primaryKey": "pk_task_note_id",
"fieldLayout": [
{
"id": "checkbox",
"width": "54px"
},
{
"id": "2",
"field": "updateDate",
"label": "Created On",
"format": "DD-MMM-YYYY",
"renderer": "date_chip",
"sortable": true,
"columnSearch": true
},
{
"id": "3",
"field": "createdBy.firstName",
"label": "Created By",
"renderer": "avatar_text",
"sortable": true,
"columnSearch": true
},
{
"id": "4",
"field": "notes",
"label": "Content",
"sortable": true,
"columnSearch": true
}
],
"isPaginated": true,
"dataProvider": "/pms/task/{objectKey}/note"
}
],
"collapsible": true,
"toolbarEnabled": true
}
]
},
{
"name": "Related Tasks",
"sections": [
{
"id": "dependent_tasks",
"type": "card",
"header": "Dependent Tasks",
"layout": "row",
"component": [
{
"id": "dependent_task_grid",
"type": "Grid",
"toolbar": true,
"apiMethod": "get",
"pageSizes": [
5,
10,
20
],
"objectName": "_task",
"primaryKey": "_pk_task_id",
"rowIdField": "id",
"fieldLayout": [
{
"id": "checkbox",
"width": "54px",
"pinned": true
},
{
"id": "2",
"field": "id",
"label": "ID",
"visible": false,
"sortable": true
},
{
"id": "3",
"field": "taskName",
"label": "Task",
"sortable": true,
"columnSearch": true
},
{
"id": "4",
"field": "relation",
"label": "Relation",
"sortable": true,
"columnSearch": true
},
{
"id": "5",
"field": "assigneeName",
"label": "Assignee",
"renderer": "avatar_text",
"sortable": true,
"columnSearch": true
},
{
"id": "6",
"field": "dueDate",
"label": "Due Date",
"format": "DD-MMM-YYYY",
"renderer": "date_chip",
"sortable": true,
"columnSearch": true
},
{
"id": "7",
"field": "status",
"label": "Status",
"sortable": true,
"columnSearch": true
},
{
"id": "8",
"field": "action",
"label": "Action",
"sortable": true
}
],
"isPaginated": true,
"dataProvider": "/pms/task/{objectKey}/dependent_task",
"detailsPageId": 308,
"enableParametricSearch": false
}
],
"collapsible": true
},
{
"id": "linked_tasks",
"type": "card",
"header": "Linked Tasks",
"layout": "row",
"component": [
{
"id": "linked_task_grid",
"type": "Grid",
"toolbar": true,
"apiMethod": "get",
"pageSizes": [
5,
10,
20
],
"objectName": "_task",
"primaryKey": "_pk_task_id",
"rowIdField": "id",
"fieldLayout": [
{
"id": "checkbox",
"width": "54px",
"pinned": true
},
{
"id": "2",
"field": "id",
"label": "ID",
"visible": false,
"sortable": true
},
{
"id": "3",
"field": "taskName",
"label": "Task",
"sortable": true,
"columnSearch": true
},
{
"id": "4",
"field": "assigneeName",
"label": "Assignee",
"renderer": "avatar_text",
"sortable": true,
"columnSearch": true
},
{
"id": "5",
"field": "dueDate",
"label": "Due Date",
"format": "DD-MMM-YYYY",
"renderer": "date_chip",
"sortable": true,
"columnSearch": true
},
{
"id": "6",
"field": "status",
"label": "Status",
"sortable": true,
"columnSearch": true
},
{
"id": "7",
"field": "action",
"label": "Action",
"sortable": true
}
],
"isPaginated": true,
"dataProvider": "/pms/task/{objectKey}/linked_task",
"detailsPageId": 308,
"enableParametricSearch": false
}
],
"collapsible": true
}
]
}
],
"type": "TabPanel"
}
],
"collapsible": false
}
],
"toolbar": {
"toolbarItems": [
{
"icon": "Launch",
"name": "Launch",
"color": "#14AFF1",
"handler": {
"type": "launchWorkspace",
"componentId": "task_details_comp"
},
"variant": "contained",
"disableHandler": {
"type": "isLaunchWorkspace",
"componentId": "task_details_comp"
}
},
{
"name": "Re-open",
"handler": {
"type": "dispatchTaskAction",
"popupName": "reOpenAnalyst"
},
"hideHandler": {
"type": "hideTaskAction",
"actionName": "Re-open",
"roleActions": "processorActions"
}
},
{
"name": "Re-open",
"handler": {
"type": "dispatchTaskAction",
"popupName": "sendToERPAnalyst"
},
"hideHandler": {
"type": "hideTaskAction",
"actionName": "Send to ERP",
"roleActions": "processorActions"
}
},
{
"name": "Send for Approval",
"handler": {
"type": "dispatchTaskAction",
"popupName": "sendForApprovalAnalyst"
},
"hideHandler": {
"type": "hideTaskAction",
"actionName": "Send for Approval",
"roleActions": "processorActions"
}
},
{
"name": "Send for Review",
"handler": {
"type": "dispatchTaskAction",
"popupName": "sendForReviewAnalyst"
},
"hideHandler": {
"type": "hideTaskAction",
"actionName": "Send for Review",
"roleActions": "processorActions"
}
},
{
"name": "Mark Complete",
"handler": {
"type": "markCompleteActionPopup",
"popupName": "markCompleteAnalyst"
},
"hideHandler": {
"type": "hideTaskAction",
"actionName": "Mark Complete",
"roleActions": "processorActions"
}
},
{
"name": "Start Task",
"handler": {
"type": "dispatchTaskAction",
"popupName": "startTaskAnalyst"
},
"hideHandler": {
"type": "hideTaskAction",
"actionName": "Start Task",
"roleActions": "processorActions"
}
},
{
"icon": "MoreVert",
"disableHandler": {
"type": "disabled"
}
}
]
},
"previousPage": 213,
"headerHandler": {
"type": "taskDetailsPageHeader"
},
"toolbarEnabled": true,
"defaultsToolbar": {
"toolbarItems": [
{
"icon": "Star",
"endIcon": "ExpandMore",
"disableHandler": {
"type": "disabled"
}
}
]
}
}
}
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.