Hi All, I have Suitelet in 1.0 and using `form.set...
# suitescript
s
Hi All, I have Suitelet in 1.0 and using
form.setScript(scriptId)
we have attached with it a simple Client Script 1.0 with just
fieldChanged
entry point, but every time on field changed they have return alert "fieldchanged" function is not defined. Thank you
b
what does the code look like
s
Client Script Code:
b
works for me
id double check the script record and make sure that the name of the fieldChanged entry points exactly matches the code
id personally manually type it to make sure there were no hidden characters or spaces added
👍 1
s
Yes, we got the issue. We have executed the Suitelet using External URL and for that must need to set Client Script (Available without Login), then it works fine
2