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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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
Saved search returns results, search in javascript code does not
I have a Record Type called VIP Zip Code the " Name" of each record is zip and contains a zip code
| Description | ID | Type | Include In List |
|---|---|---|---|
| CIty | custrecord_vip_zipcode_cit | Free-Form Text | Yes |
| Area | custrecord_vip_zipcode_are | List/Record (VIP Zip Code Areas) | Yes |
| County | custrecord_zipcode_county | Free-Form Text | No |
| Delivery Charge Per Item ($) | custrecord_vip_delivery_charge_per_item | Free-Form Text | Yes |
| Delivery Surcharge ($) | custrecord_vip_delivery_surcharge | Free-Form Text | Yes |
Opportunity Location Routing | custrecord_opp_location_routing | List/Record (Location) | Yes |
I created a function in the javascript for an Email Plug-In Implementation.
The plugin has been working for about a year. The code I added for the latest email that is coming in works and creates a Lead, then an Opportunity, the lead properly changes to a Prospect.
0