Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Client side script
I haven't had any training on scripting BUT I'm happy to say that i have a week training set up very soon so hopefully these beginner level questions can be answered. That being said, I have to have this script complete and I thought I had it figured out but I'm definitely missing something. What I'm trying to do is set the custom form field in the sales order based off a custom field in the customer record after a customer is entered on the sales order. Here's what I have:
function checkCustomerForm(type, name)
{
if(type =='create')
{
var FormType = nlapiLookupField('customer',nlapiGetFieldValue('entity'), 'custentity6');