Page 1 of 1

Copy from application to form

Posted: Thu Feb 23, 2017 8:48 pm
by TPOS23
Is anyone aware of a process or utility that basically can have fields from an application (program) be mapped to a web form with the click of a button?
Basically i have customers come in and pull them up in our system, i need the same employee demographic information sent over to a web form. Anyone aware of something that would easily do this?
And i'm referring to a quick copy of the data as opposed to copying field by field and pasting field by field.

Re: Copy from application to form

Posted: Fri Feb 24, 2017 1:03 pm
by Oleg
Generally you can do this by using Keyboard similation
Populate your values into variables and put them into desired form. (hint: TAB key selects the next field in the form, Enter key causes the form submission as a rule)
Also look at the Clipboard actions: Copy and Paste

Also you can try Web Documents actions
It uses built-in web browser and can fill in the fields in the form directly and simulate button pressing.
Maybe it's better for your purposes.