Adding new transaction status in netsuite

南楼画角 提交于 2019-12-06 04:37:55

You cannot create a new status for Nestuite's transactions.

One option in your case would be to create a custom field that is populated via script, workflow or formula that you use as an alternate status display. For instance unless modified by some other field it would just pass through the transaction's status value. You'd have some other field on the bill that indicates it was written off so the script that calculates the alternate status value would use that to adjust what it returns.

The only way to define custom status would be creating a custom transaction, but, going custom transaction route can be costly affair as you would loose all standard transaction functionality - such as transform, out of the box approval feature, etc.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!