May 18, 20187 yr I have either a txt file or I can do a copy and paste. I have 1600 records and I would like to find by part id, 50 of the 1600. I could manually type in each of the 50, but there has to be a better way. Any help is appreciated.
May 18, 20187 yr First, create a global field, let's call it idList, and then create a relationship from idList to part id. Next, create a script and/or a button with the script step 'Go to related' and specify the relationship you just set up. Now paste your list into the field and run the script/click the button.
Create an account or sign in to comment