<#C298P0BCK|> <#C29HMKBGC|> <#C29J1BPM3|> I am try...
# general
n
#C298P0BCK #C29HMKBGC #C29J1BPM3 I am trying to create a saved search with a formula HTML and the HTML is an <embed> that contains URL parameters requiring curly brackets. I think this is causing an error as it keeps saying "invalid formula". Is there a way to make it so Netsuite does not recognize the curly braket as {fieldID} but instead just reads it as text or a string?
m
@nsAI You should be able to escape the character with a backslash, like \{ to get it to see the { as text and not a field id.