Hi! I was developing a Client Script that removes ...
# beginners
j
Hi! I was developing a Client Script that removes the Ship To address to a created Sales Order from Estimates if the address was deleted from the Customer record. The function is working well but whenever I save a SO it gives me an error: "TypeError: Cannot call method "getSublistValue" of null". What are the common symptoms of this error?
b
sounds like another script is throwing the error
will probably be a user event script or client script depending on when the error occurs
j
when I check the server script log it indicated that it is from a user event script. The problem is I don't know which script is causing this so is there a way I can find it from logs?
b
what does the log say
j
It gives me only this
Actually I found now the script that causes the error. Thanks a lot!