Command line options: Difference between revisions
Appearance
Created page with "The Windows version of Resco Mobile CRM supports command line options. == Specify app folder using -r == Create a new shortcut to the Resco Mobile CRM executable and use..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
The Windows version of [[Resco Mobile CRM]] supports command line options. | The Windows 7 version of [[Resco Mobile CRM]] supports command-line options. | ||
== Specify app folder using -r == | == Specify app folder using -r == | ||
The option <code>-r</code> allows you to specify an app folder. This allows you to easily switch between different customizations, or even run multiple app instances at the same time. | |||
# Create a new shortcut to the Resco Mobile CRM executable. | |||
# Change the target to include a folder name, for example, your shortcut might point to the following target: <code>“C:\Program Files (x86)\Resco MobileCRM\MobileCrm.exe” -r MobileCRMtest</code> | |||
# Start the application using the new shortcut. If the folder does not exist, you can synchronize with an app project that will be saved to the specified folder. | |||
# Repeat steps 1-3 for additional project folders as needed. | |||
The path to the application folder depends on your app version: | The path to the application folder depends on your app version: | ||
* <code>%LOCALAPPDATA%\Roaming | * <code>%LOCALAPPDATA%\Roaming\</code> for Windows 7 – 8.1 | ||
* <code>%APPDATA% | * <code>%APPDATA%\</code> for Windows 10 | ||
See this and other [https://blog.resco.net/2017/10/16/4-quick-tips-to-boost-your-resco-mobile-crm-user-experience/ tips for boosting your user experience] on our blog. {{Badge|Blog}} | |||
== See also == | |||
* [[Woodford]] also offers a [[Woodford CLI|command-line interface]] for automating tasks. | |||
[[Category:Resco Mobile CRM]] | [[Category:Resco Mobile CRM]] | ||
Latest revision as of 08:36, 21 March 2023
The Windows 7 version of Resco Mobile CRM supports command-line options.
Specify app folder using -r
The option -r allows you to specify an app folder. This allows you to easily switch between different customizations, or even run multiple app instances at the same time.
- Create a new shortcut to the Resco Mobile CRM executable.
- Change the target to include a folder name, for example, your shortcut might point to the following target:
“C:\Program Files (x86)\Resco MobileCRM\MobileCrm.exe” -r MobileCRMtest - Start the application using the new shortcut. If the folder does not exist, you can synchronize with an app project that will be saved to the specified folder.
- Repeat steps 1-3 for additional project folders as needed.
The path to the application folder depends on your app version:
%LOCALAPPDATA%\Roaming\for Windows 7 – 8.1%APPDATA%\for Windows 10
See this and other tips for boosting your user experience on our blog. Blog
See also
- Woodford also offers a command-line interface for automating tasks.