SES Tech Posted August 21, 2004 Posted August 21, 2004 Is there a way to pass Perform Find (Script) a value either thru Get (Script Paramater) or through a field value?? I can't seem to find in Help how to insert a field name or the Get(Script Paramter) in the Criteria section of Perform Find. Anyone done this? Thanks
RalphL Posted August 21, 2004 Posted August 21, 2004 The field must be a global field to have a value in the find mode. After you enter the find mode use the set field step to assign the field the value of the global. You could do the same thing with a script parameter.
SES Tech Posted August 21, 2004 Author Posted August 21, 2004 Thanks Ralph for the quick reply. OK, I have the script parameter, now I add the Perform Find script step. I then use Specify to Add the Edit Find Request. How (syntax) and were do I specify the script parameter? Thanks for your patience
RalphL Posted August 21, 2004 Posted August 21, 2004 The script would look something like this: Enter Find Mode [] SetField [fieldname, Get (ScriptParameter)] Preform Find [] Do not specify any requests in either find steps.
Recommended Posts
This topic is 7398 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