I have a suitelet that I set the client script man...
# suitescript
a
I have a suitelet that I set the client script manually using form.clientscriptid The pageInit event works fine but the validateField event isn't firing. Obviously I'm trying to execute it on a custom field in my suitelet. Am I missing something?
u
can you post your code?
a
This is my validateField code
This is my fields in the suitelet.
u
the
yolo2
is firing right?
it should also be
scriptContext.fieldId
a
yolo2 is not.
I changed it to fieldId
Here is my return statement.
s
How are you getting your code into Netsuite?
a
Sdf.
s
Tehres a chance its the caching problem and your script isn't actually updating. Try manually copy/paste your CL script into NS and see if its still not logging.
a
Webstorm
I left work already. I will try tomorrow. Thanks for all the help. I'm way over my head with netsuite development but this forum has been a life saver.
👍 1