{ "templateVersion": 1, "templateName": "NFK RFI", "description": "Template for Newforma Konekt RFIs.", "match": { "typeField": null, "typeValue": null, "requiredKeys": ["number", "question", "status", "mostRecentWorkflowAction"] }, "recordLabel": { "fields": [ { "path": "number", "prefix": "RFI ", "maxLen": 16 }, { "path": "subject", "prefix": " - ", "maxLen": 60 }, { "path": "status.name", "prefix": " (", "suffix": ")", "maxLen": 22 } ], "fallback": "RFI {n}" }, "layout": [ { "section": "Overview", "fields": [ { "path": "number", "label": "RFI #", "format": "text" }, { "path": "subject", "label": "Subject", "format": "text" }, { "path": "status.name", "label": "Status", "format": "badge" }, { "path": "isUrgent", "label": "Urgent", "format": "badge" }, { "path": "dueDate", "label": "Due date", "format": "date" }, { "path": "isOverdue", "label": "Overdue", "format": "badge" } ] }, { "section": "Details", "fields": [ { "path": "receivedVia.name", "label": "Received via", "format": "badge" }, { "path": "question", "label": "Question", "format": "multiline" }, { "path": "suggestion", "label": "Suggestion", "format": "multiline" }, { "path": "disciplines", "label": "Disciplines", "format": "chips" }, { "path": "specSection.name", "label": "Spec section", "format": "text" }, { "path": "reasons", "label": "Reasons", "format": "chips" }, { "path": "type.name", "label": "Type", "format": "badge" }, { "path": "impactSchedule.name", "label": "Schedule impact", "format": "badge" }, { "path": "impactCost.name", "label": "Cost impact", "format": "badge" }, { "path": "senderNumber", "label": "Sender #", "format": "text" }, { "path": "keywords", "label": "Keywords", "format": "chips" } ] }, { "section": "Latest Action & Workflow", "fields": [ { "path": "from.fullName", "label": "From", "format": "text" }, { "path": "from.email", "label": "From email", "format": "text" }, { "path": "mostRecentWorkflowAction.to", "label": "To", "format": "chips" }, { "path": "workflowActionCount", "label": "Workflow actions", "format": "text" }, { "path": "hasInProgressWorkflowActions", "label": "Has in-progress workflow", "format": "badge" }, { "path": "pendingReviewers", "label": "Pending reviewers", "format": "chips" }, { "path": "reviewers", "label": "Reviewers", "format": "chips" } ] }, { "section": "Dates & version", "fields": [ { "path": "receivedDate", "label": "Received date", "format": "date" }, { "path": "dueDate", "label": "Due date", "format": "date" }, { "path": "reopenedDate", "label": "Reopened date", "format": "date" }, { "path": "version", "label": "Version", "format": "text" } ] }, { "section": "Files", "fields": [ { "path": "fileCount", "label": "File count", "format": "text" }, { "path": "mostRecentWorkflowAction.files", "label": "Files", "format": "chips" } ] } ] }