[en] Web Client also allows you to preset variable values for the labels in your web applications. This is how you make sure the users you are sharing the web application with print labels with correct values.
-
[en] Open your web browser and type the standard Web Printing address into the address bar. By default, the shared web applications are accessible at:
[en] LMS:
https://<yourcontrolcenter>/powerformsweb
[en] NiceLabel Cloud:
https://<yourlabelcloud>/print
. -
[en] Add parameter
nicelabelwebclient2019:?server=
in front of your Control Center URL.[en] The URL is now:
[en] LMS:
nicelabelwebclient2019:?server=https://<servername>/PowerFormsWeb
[en] NiceLabel Cloud:
nicelabelwebclient2019:?server=https://yourlabelcloud.onnicelabel.com/print
-
[en] Add parameters for variables with values:
variable=var_name=var_value
, wherevar_name
is variable name, andvar_value
is the value you want to preset for your label.[en] The URL is now:
[en] LMS:
nicelabelwebclient2019:?server=https://<servername>/PowerFormsWeb&variable=var_name=var_value
[en] NiceLabel Cloud:
nicelabelwebclient2019:?server=https://yourlabelcloud.onnicelabel.com/print&variable=var_name=var_value
-
[en] Sign in using your credentials.
-
[en] NiceLabel Web Client opens with the requested web application with a label that is populated with the preset values.
-
注意
[en] You can combine multiple parameters in the web application URL. See how to open a specific application using the URL in Opening Web Client with shared applications.
注意
[en] Separate all parameters in the query string of URL with ampersands.