Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Find Script


Reggie

Recommended Posts

Hello everyone,

 

I'm writing a program for my coin collection. I have one layout where I can search for the coin and it returns a coin id value. I would like to write a script where I can take that value and go to another layout and do a find and have it plug that number in without having to pause the script. Is there a way of doing this?

Link to comment
Share on other sites

I'm writing a program for my coin collection. I have one layout where I can search for the coin and it returns a coin id value. I would like to write a script where I can take that value and go to another layout and do a find and have it plug that number in without having to pause the script. Is there a way of doing this?

 

After your first find use the Set Variable script step to grab the ID of your found record. Navigate to the next layout, enter Find Mode (uncheck the pause option). Use the Set Field script step to set your search field to the previously defined $variable. Perform find, and you're done.

Link to comment
Share on other sites



×
×
  • Create New...

Important Information

Terms of Use