From b720cc8ee8b9461e3a0986ca8b936a5d798432c7 Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Wed, 2 Aug 2023 13:24:29 +0000 Subject: [PATCH] Update excel-import-service.md --- .../user-documentation/advance-features/excel-import-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-documentation/advance-features/excel-import-service.md b/docs/user-documentation/advance-features/excel-import-service.md index a767489ba01..19c33666667 100644 --- a/docs/user-documentation/advance-features/excel-import-service.md +++ b/docs/user-documentation/advance-features/excel-import-service.md @@ -525,7 +525,7 @@ props = CustomASServiceExecutionOptions().withParameter('xls', helper.listXlsByt .withParameter('xls_name', 'ELN-LIMS-LIFE-SCIENCES').withParameter('update_mode', 'UPDATE_IF_EXISTS') \ .withParameter('scripts', helper.getAllScripts()) result = api.executeCustomASService(sessionToken, CustomASServiceCode("xls-import-api"), props) -``` +``` There are following parameters to fill (Easiest is to use MasterDataRegistrationHelper to evaluate parameter values): -- GitLab