Hello,
Device Platform : Android
MC version : 14.3.3.1111
Enrollment method : AE DO
Is there a way to rename a file before its synchronization and indicate the DeviceID in the file name ?
The following setting does not work:
For testing purpose I tried with a pre execute script :
copy %sdcard%\logs\20200922.log %sdcard%\logs\%DEVICEID%_20200922.log
del %sdcard%\logs\20200922.log
This solution works, BUT requires to know the name of the log file to be retrieved. So it's not very feasible... And what if I had to retrieve and rename multiple files ?
Do you have any idea / method ?
Many thanks for your help.
Best regards,
Yoan.