diff --git a/adaptors/library/jobs/commcare-asri-submitxls.js b/adaptors/library/jobs/commcare-asri-submitxls.js deleted file mode 100644 index 8035fc74f0c..00000000000 --- a/adaptors/library/jobs/commcare-asri-submitxls.js +++ /dev/null @@ -1,8 +0,0 @@ -// Update the kunjungan case with a new row of data. The row contains the case_id and satusehat_id - -submitXls([{ case_id: 'abcde', satusehat_id: '12345' }], { - case_type: 'kunjungan', - search_field: 'case_id', - search_column: 'case_id', - create_new_cases: 'off', - }); \ No newline at end of file diff --git a/adaptors/library/staticExamples.json b/adaptors/library/staticExamples.json index 234d4262364..02cd577b75e 100644 --- a/adaptors/library/staticExamples.json +++ b/adaptors/library/staticExamples.json @@ -1,9 +1,4 @@ [ - { - "expressionPath": "jobs/commcare-asri-submitxls", - "adaptor": "commcare", - "name": "Update visit case with satusehat-id and case-id" - }, { "expressionPath": "jobs/commcare-asri-bulk-upload", "adaptor": "commcare",