Has anyone been able to find a workaround for HTML...
# general
j
Has anyone been able to find a workaround for HTML formulas in Saved Searches?
m
What issue are you facing?
j
NetSuite deprecated HTML formulas in Saved Searches
in 2023.2
and I have some searches where we use these type of formulas
c
I believe you will be okay. You just need to update any searches that use html formulas within a text formula field to using an html formula field instead. From another reputable source:
Copy code
Oracle NetSuite recently announced that HTML code entered in Formula (Text) fields in saved searches will be displayed as plain text beginning in the 2023.2 release. To allow users to display HTML code in saved search results, a new formula field type called Formula (HTML) has already been introduced in environments running on the 2023.1 release.
👍 1
example of how you should build html formulas now:
💯 1
j
Got it! Thanks
c
np!
m
There is also a saved search showing all saved searches containing HTML fields
I think it’s under the lists menu
Also sorry I thought you had a more specific problem than the general deprecation of this function. But yes @caleb.moore is spot on. Just need to manually update each saved search and change from formula(text) to formula(HTML)
And use formula(HTML) going forward
r
Yep, go to List>Search>Saved Searches with HTML in Formula(Text) to see all the places where you need to update the text to HTML fields.