/
Multiple upload template missing fields
Multiple upload template missing fields
Back to: CHEFS Bugs/Defect Tracker
Priority | Status | Team |
---|---|---|
status:Low | status:Open | PCD/MEDIS |
Legend | |
status:Low status:medium status:High | status:Open status:in progress status:done |
Description:
The JSON template export missing fields, especialy ones in data grids. As a result the template is incomplete. We currently work around the issue by exporting a sample form submission.
Example of incomplete template:
[
{
"communityName": "",
"currentPeriod": 4,
"financialData": {
"clinical": {
"longitudinalCare": {
"financials": [
{
"expenseItem": "",
"expenseItemSubType": "",
"expenseSubCategory": "Clinical & Traditional Wellness Resources",
"expenseSubCategory1": "Family Physician",
"selectedExpense": "",
"typeOfCare": "Longitudinal Care (LC)"
}
],
From sample data:
[
{
"communityName": "North Shore",
"currentPeriod": 3,
"financialData": {
"additionalNotes": "Everything looks good, no issues.",
"clinical": {
"longitudinalCare": {
"financials": [
{
"approvedBudget": 180000,
"expenseItem": "Family Physician",
"expenseItemSubType": "NtP - Net New to Service Plan",
"expenseSubCategory": "Clinical & Traditional Wellness Resources",
"expenseSubCategory1": "Family Physician",
"fiscalYearFtesInclRelief": 1,
"ftesHiredToDate": 1,
"fyEstimatedSurplus": -11000,
"fyExpenseForecast": 191000,
"fyExpenseVariance": -6,
"fyExpenseVarianceNote": "Salary increase not accounted in the service plans",
"p1": 15000,
"p2": 13000,
"proratedYtdBudget": 27692.3076923077,
"totalActualYtdExpenses": 28000,
"typeOfCare": "Longitudinal Care (LC)",
"ytdExpenseVariance": -1,
"ytdExpenseVarianceNote": "Salary increase not accounted in the service plans"
},
, multiple selections available,
Related content
Form columns missing from selection after being de-selected
Form columns missing from selection after being de-selected
More like this
Data not properly displayed within another section of the same form
Data not properly displayed within another section of the same form
More like this
Text field values does not show up in the PDF file
Text field values does not show up in the PDF file
More like this
CHEFS BUG - Cannot Export Submissions to CSV for some forms.
CHEFS BUG - Cannot Export Submissions to CSV for some forms.
More like this
Display issues with large forms
Display issues with large forms
More like this
Dynamically load data from other forms
Dynamically load data from other forms
More like this