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