How would I make a field required in workflow?
Question ID: 106376
0
0

I was attempting to begin learning how to script via workflow. I was wondering how would I make a field required?

Marked as spam
Posted by (Questions: 122, Answers: 3)
Asked on September 14, 2015 12:55 pm
14 views
Answers (1)
0
Private answer

You can set the IsRequired property of the field to true.

For example:

BugFields.Field(''BG_USER_02'').IsRequired = False

Marked as spam
Posted by (Questions: 3, Answers: 168)
Answered on September 14, 2015 12:55 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top