August 21, 200421 yr 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
August 21, 200421 yr 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.
August 21, 200421 yr Author 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
August 21, 200421 yr 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.
Create an account or sign in to comment