July 9, 201411 yr I have an input text box to search for records in a portal. I use OnObjectSave -trigger to add the found portal row into my data set. How do I put the cursor back into the search field to allow for quickly entering a new string? Think of it as sitting and punching in details, one after the other.
July 9, 201411 yr use the "Go to Field" script step as the last thing in your scripted routine. Or "Go to Object" if you gave the text field an object name.
Create an account or sign in to comment