Hello,
Yes, this can be done. Just go to "Dialogs" page and add two edit box controls (USERNAME_PROP, PWD_PROP). Then just set the
formatted references of the
properties associated with the above box controls in the "Username" and "Password" fields of your service from "Services" page:
- Username: [USERNAME_PROP]
Password: [PWD_PROP]
This way at install time the creds will be set to the values of the above properties, which are the values set in the edit box controls.
All the best,
Daniel