How can I have the default Cost Estimate Type in Items default to Custom? I tried via the UI but that was not an option and suiteanswers gave me the following which I put into a client script on pageinit but that did not work:
Copy code
function costtypedefaultPageInit(type) {
nlapiSetFieldValue('costestimatetype', 'CUSTOM');
}
p
Paul L
07/09/2020, 11:48 PM
You can only set Cost Estimate type to custom on transaction line items, not on the item itself. It may be hidden on your transaction form as well, so if you don't see it on sales order or something, you'll need to customise the form