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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Client Script for Cost Estimate Type....?
This should be really easy, but I can't seem to locate the internal id for the 'Cost Estimate Type' choices on the item record. The client script below is set to fire on the 'Page Init Function' and hopefully it will set the item record to 'Preferred Vendor Rate' once I get the correct internal id.
My script:
function setCostEstToPreVendor(){ nlapiSetFieldValue('costestimatetype', 4, true, true); } or maybe I am going about this the wrong way. ..
Any help would be great....
0