Any ideas why the logs from this before load user ...
# suitescript
j
Any ideas why the logs from this before load user event aren’t showing up?
Copy code
function userEventBeforeLoad(type, form, request){
    nlapiLogExecution('DEBUG',"<BEFORE LOAD>", 'ok');
}
a
Looks straightforward enough.... could be several things... are you loading the record in question, debug log level, or testing status with a different user id?
j
Thanks for responding, I actually did find it in my logs. I was looking in the wrong place before.
I still am unable to get a log from from After Submit function though