NetSuite工作流程-设置字段强制选项

时间:2018-10-11 19:38:36

标签: netsuite

我正在创建NetSuite工作流程来设置必填字段。用例如下:

如果选中了自定义字段“客户有开票问题”复选框,则必须将“开票问题单编号”(自定义字段)设为必填项。

设置如下:

Workflow:
Name: (any)
Record Type: Customer
Sub Types: Customer
Execute as admin: checked
Status: Released (in Sandbox)
Event definition: On create, on view or update
Trigger type (I've tried all): Current set to Before Record Load

State:
Action 1: Set field Mandatory:
Condition: Company has billing issue = T
Trigger on (I've tried them all) currently on: After field edit
Triggering Client fields: Customer has billing issue
Parameters: Field: Billing Issue Ticket Number 
Mandatory = Checked

Action 2: Set field Mandatory:
Condition: Company has billing issue = F
Trigger on (I've tried them all) currently on: After field edit
Triggering Client fields: Customer has billing issue
Parameters: Field: Billing Issue Ticket Number 
Mandatory = Unchecked

我尝试了所有组合。工作流正在触发,但我似乎无法使该字段成为强制性的。有什么建议吗?

1 个答案:

答案 0 :(得分:1)

我让它像这样工作。操作将“客户有开票问题”字段作为触发字段 enter image description here