Blog Post
JohnJordan
4 years agoQrew Member
I am coming to terms with removing javascript from Rich Text formulas and turning to using code pages with the new JSON API calls.
Will something like this be acceptable:
This would be attached to a formula URL field (displayed as button).
Similar to other commenters, I have a need to do checking of fields with more complex logic (e.g., use of regular expressions) not available in existing functions.
Will something like this be acceptable:
"javascript: var rid=" & [Record ID#] & ";" &
"$.getScript('" & URLRoot() & "db/" & Dbid() &
"?act=dbpage&pagename=CodePage.js')"
This would be attached to a formula URL field (displayed as button).
Similar to other commenters, I have a need to do checking of fields with more complex logic (e.g., use of regular expressions) not available in existing functions.