I have a simple script that is supposed to set the...
# suitescript
p
I have a simple script that is supposed to set the IncludeTransaction in email to False but it is not working and cannot figure out why:
Copy code
function incltransdefaultPageInit(type) {

            nlapiSetFieldValue('includetransaction', "F");
        }
Any ideas?
b
what sort of script is this?
it looks like a client script, which shouldn't be able to be deployed to message records