The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
Chris42
3 years agoActive Contributor
Pre-fill custom fields in calling card connection screen?
I have a Calling Card deployment with 2 custom fields on the connect screen. These are obviously stored somewhere locally since they auto-fill, must be in the registry somewhere, but I can't figure out exactly where.
My goal here is to be able to pre-fill those values when the calling card is installed remotely as an intune managed app. I can run a powershell command on the remote system, I just need to figure out the registry values to write to.
Any suggestions on how to achieve this?
Thank you.
These are set in: Computer\HKEY_CURRENT_USER\Software\LogMeInRescueCallingCards\<ABCD> Cfield 0 through 5 where ABCD is the identifier of the installed calling card and Cfield 0 through 5 are the respective custom fields
There are also launcher parameters that you can use to prefill the custom fields on launch through scripting: CallingCard.exe Parameters
3 Replies
- GlennD3 years agoGoTo Manager
Thank you.
These are set in: Computer\HKEY_CURRENT_USER\Software\LogMeInRescueCallingCards\<ABCD> Cfield 0 through 5 where ABCD is the identifier of the installed calling card and Cfield 0 through 5 are the respective custom fields
There are also launcher parameters that you can use to prefill the custom fields on launch through scripting: CallingCard.exe Parameters
- Chris423 years agoActive Contributor
What I'm looking for is where that data gets retained. So that when we install the app we can fill it in on the user's behalf before they even run the program.
- GlennD3 years agoGoTo Manager
Hi Chris42,
There is an option 'retain text' when creating and customizing a Calling Card, this way the user only has to enter their details once. Would that work for you, or are you looking to do something different?