Forum Discussion
DavidBrogdon
7 years agoQrew Assistant Captain
You can always pass the string via URL parameter to a custom code page and do the string coding there via JavaScript or whatever. You can then display the value on the code page if you are just needing to know the number. There are additional options for putting that value back into a record field but it is more lengthy.
DavidBrogdon
7 years agoQrew Assistant Captain
You don't need the IOL technique for this. Just create a custom URL button that points to your custom code page. Pass the string value to the code page through the URL. Create the code page as an html document with a script tag that pulls a parameter value from the address bar and puts it into a variable.
URL Button Example:
?a=[code page id]&[parmater=value]
URL Button Example:
https://[domain].quickbase.com/db/