Skip to content
Snippets Groups Projects
Commit b720cc8e authored by Marco Del Tufo's avatar Marco Del Tufo
Browse files

Update excel-import-service.md

parent f38001a8
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -525,7 +525,7 @@ props = CustomASServiceExecutionOptions().withParameter('xls', helper.listXlsByt ...@@ -525,7 +525,7 @@ props = CustomASServiceExecutionOptions().withParameter('xls', helper.listXlsByt
.withParameter('xls_name', 'ELN-LIMS-LIFE-SCIENCES').withParameter('update_mode', 'UPDATE_IF_EXISTS') \ .withParameter('xls_name', 'ELN-LIMS-LIFE-SCIENCES').withParameter('update_mode', 'UPDATE_IF_EXISTS') \
.withParameter('scripts', helper.getAllScripts()) .withParameter('scripts', helper.getAllScripts())
result = api.executeCustomASService(sessionToken, CustomASServiceCode("xls-import-api"), props) result = api.executeCustomASService(sessionToken, CustomASServiceCode("xls-import-api"), props)
``` ```
There are following parameters to fill (Easiest is to use There are following parameters to fill (Easiest is to use
MasterDataRegistrationHelper to evaluate parameter values): MasterDataRegistrationHelper to evaluate parameter values):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment