Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Trim ItemID in Transaction Forms
If I enter a ItemID in a transaction form and have a trailing space then I get the 'No Match' error. Suppose I have an item called 'test' but I entered 'test ', I get the error.
This sounds kind of trivial but the issue is that CSRs cut/paste IDs from other sites quite often and consistently get the trailing blank. I was going to add a trim() function to the FieldChanged event but the FieldChanged doesn't fire until after a field is accepted and since the 'No Match' appears, it never gets accepted thusly never fires the trim() function.
0