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!
Script Newbie..Please help
Hi All,
I am pretty new to java, in the past if have worked with VB and asp. I am hoping someone can help me with this one.
I'd like to make a script for a custom form Field Change event.
I am thinking it should be fairly simple. The field I want to change is creditcardprocessor..the logic is
If paymentmethod is ALL CAPS Then creditcardprocessor = "Mission First Tactical"
If paymentmethod is NOT ALL CAPS Then creditcardprocessor = "First Samco"
I am googling all over trying to find the correct syntax...can someone help me write this function PLEASE?