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
battk
02/10/2021, 1:22 AM
sounds like another script is throwing the error
battk
02/10/2021, 1:22 AM
will probably be a user event script or client script depending on when the error occurs
j
James Carlo Languban
02/10/2021, 1:26 AM
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
battk
02/10/2021, 1:30 AM
what does the log say
j
James Carlo Languban
02/10/2021, 1:33 AM
It gives me only this
James Carlo Languban
02/10/2021, 1:41 AM
Actually I found now the script that causes the error. Thanks a lot!