My Stuff
Comments
-
Hi Evan, I am trying to do something similar; namely default every new customer record to have a default partner field of "notdealer". I have the following script referenced in the page init function and it's not working: function notdealer() { nlapiSetFieldValue('partner',613) } The 613 is the ID of the "notdealer"…
-
Hi Evan, Forgive my ignorance, but how can I tell what kind of script it is? (server or client) function notdealer() { nlapiSetFieldValue('partner',613) } This is my whole script. Thanks.
-
Hi there, I thought I posted this already, but must have not. The issue seems to be 2 fold. 1. Upon further investigation, I realized the script is running on Windows 2000 and Windows XP Pro, but not Vista, which is my machine. Case# 553290. 2. However, I need this script to run when an online user places an order and a…
-
We have those tax codes set up and use it on our wholesale customer orders who have customer records set up and it's a great feature. However, this does not work for the one time online customers placing an order in our web store without a customer record being created for them.
-
That was helpful and clarified it. Thank you.