Blog Post
QuickBaseJunkie
4 years agoQrew Captain
I'm seeing many plain HTML formulas with only allowed tags (as mentioned above) being flagged in the "Inserted Javascript Usage" app. This seems very misleading.
Here are 2 report formulas that were flagged...
"<span style='color: blue;'>"& [Contact] & "</span> - " & [Company Name]
"<span style='font-family: Arial; font-weight:normal'>" &
List("<br>","<b>Project Name: </b>" & [Project Name],
"<b>Task Name: </b>" & [Task Name])
& "</span>"
Also noticed Rich Text fields where I save snippets of code for reference are flagged. The scripts are just text notes, not executable code. Will I need to find another place to document my code?
Here are 2 report formulas that were flagged...
"<span style='color: blue;'>"& [Contact] & "</span> - " & [Company Name]
"<span style='font-family: Arial; font-weight:normal'>" &
List("<br>","<b>Project Name: </b>" & [Project Name],
"<b>Task Name: </b>" & [Task Name])
& "</span>"
Also noticed Rich Text fields where I save snippets of code for reference are flagged. The scripts are just text notes, not executable code. Will I need to find another place to document my code?