fluffy 0 Posted February 20 Share Posted February 20 Hi Group how do i create a calculation / script to place data into the search bar in the top of the window? See image I want to click a button, then in the script i want to collect data from few fields (i can already do this) and then i want to paste the data as a search string into the search box (i don't know how to do this) Link to post Share on other sites
comment 1,797 Posted February 20 Share Posted February 20 (edited) I don't think it's possible to programmatically insert text into the quick find search box. However, it IS possible to perform a quick find directly, without going through the search box: simply call the Perform Quick Find [] script step with the result of your calculation (or do the calculation in the script step itself). Note that quick find searches all fields on the current layout that are enabled for quick find. If you are scripting the action, you might want to restrict the search to relevant fields only by doing a proper find. Edited February 20 by comment 1 Link to post Share on other sites
fluffy 0 Posted February 20 Author Share Posted February 20 Hi Perfect thankyou F Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now