Rodel
Rodel

Reputation: 29

Auto Populate Class Field

Good day! Guys, I'm new in creating workflow either script in NetSuite. Here's want I want to have "Once class is set in SO, it should be not be editable all throughout the process" . Is there a way to have this? Thank you.

Upvotes: 0

Views: 111

Answers (1)

Vijay Joshi
Vijay Joshi

Reputation: 100

You can write a workflow/script, on field change event, that checks if the value in class field is not null. If the condition satisfies, set display type as "Disabled" or "readonly"

Upvotes: 1

Related Questions