Imports reference data to a specified company account in the the Mobilengine Cloud.
Modifiers
Remarks
Using this command, you can upload a Microsoft Office Excel Workbook to populate one or more reference tables that you have instantiated in the Mobilengine Cloud by uploading one or more reference table schema. It is equivalent to including an Excel Workbook when publishing a solution artifacts folder, or to using the Input data>Import link on the Backoffice site. See the Reference Table Schema Guide for more information.
If the company has push notification enabled, the upload-refdata
command will send a
synchronization request to the mobile users of the company who have been assigned the workflow
solution associated with the affected database table.
Sample
mebt upload-refdata -s https://rockyjupiter.mobilengine.com -u petar.hoyt@gmail.com -p verySecretPassword -c 102 c:\RockyJupiter soReferenceData.xlsx mobilengine srv 33.3 (Release) v33.3.178.33401 Executing upload-refdata (import all reference data from the specified file): Service url: https://rockyjupiter.mobilengine.com User: petar.hoyt@gmail.com Processing table 'myFirstTable' Processing table 'mySecondTable' Rows added: 8, deleted: 0, modified: 0, empty: 0. Done.