在netsuite中添加新的事务状态 [英] Adding new transaction status in netsuite

查看:98
本文介绍了在netsuite中添加新的事务状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在研究netsuite&想要为客户账单创建新的状态。我想要的新状态是写下来。在注销后,状态显示全额支付。我希望它显示已写下。

Iam working on netsuite & wanted to create a new status for Customer bill. The new status I wanted is "Written off". After writing off the status says "Paid in full". I want it to show "Written Off".

我发现很多帮助将当前状态更改为另一个现有的默认状态,如:

I found a lot of help to change the current status to another existing default status like:

让我们举个例子。以下是尝试查找待执行销售订单时应用的搜索过滤器。

Lets take an example. Below is the search filter to apply when trying to find Pending Fulfillment Sales Orders.

new nlobjSearchFilter('status',null,'is','SalesOrd:B')

并将销售订单的状态设置为待批准:

and to set the status of a sales order as pending approval:

nlapiSubmitField('salesorder',soID,'orderstatus','A',false); 

我还找到了默认状态列表。但没有一个创造新的。

I also found default status list. But none which has creating a new one.

推荐答案

定义自定义状态的唯一方法是创建自定义事务,但是,自定义事务路由可能成本很高您将失去所有标准交易功能 - 例如转换,开箱即用的批准功能等。

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.

这篇关于在netsuite中添加新的事务状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆