hal9000 Posted March 20, 2009 Posted March 20, 2009 I'm trying to specify a Find Request for a Perform Find script step. The Action is Find Records and the criteria is: Charge::IndustryProduct:[==Get(ScriptParameter)] But this takes Get(ScriptParameter) literally. I also tried using a variable. How do I get this Find Request to use a ScriptParameter or variable? I also need an exact match, so I need to precede it with a ==.
IdealData Posted March 20, 2009 Posted March 20, 2009 When you enter find mode you must use the Set Field step to pass the $var information to the field you are searching on.
hal9000 Posted March 20, 2009 Author Posted March 20, 2009 Got it, thanks. I used this formula to do an exact find: "==" & $IndustryProduct
Recommended Posts
This topic is 5726 days old. Please don't post here. Open a new topic instead.
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