December 16, 201312 yr Newbies Hello,  I'm having some difficulties with a search script⦠I have one (tabbed) layout where I have a button which runs a search script. This search script opens up a new window / layout in which the search should take place and subsequently return the value I'm searching for. What I'm searching for in particular is a serial number of an asset and I'm trying to save this down as a global variable ($$gSerialNumber).  This is the script I'm trying to run:  However, the value being returned (again, $$gSerialNumber) seems to be random at best and often comes back empty. This is in spite of me having a drop down list in the new window being opened so I should always get a valid response back. Any advice on what I'm doing wrong here would be greatly appreciated!!  Many thanks, Daniel
December 16, 201312 yr In the Set Field step within the search block, you're only specifying the value, not the actual field to set (i.e. to search in). The step after that should be Perform Search, not Enter Find Mode (you already did that).
Create an account or sign in to comment