Question
Workflow Activity boolean Variable Required does not work
Guys,
I think the deal is that "Required" means the value cannot be null. In
Java a boolean cannot be set to null. It must have a value of either true
or false.
Therefore, in the case of the boolean variable "Required" will have no
affect.
David Graham
Windchill Developer/Administrator
CAx Administrator
Emhart Glass Manufacturing Inc.
Emhart Glass Research Center
123 Great Pond Drive | Windsor, CT 06095 | USA
Telephone +1 (203) 376-3144 | Telefax +1 (860) 298 7397
Mobile +1 (203) 376-3144 |
I think the deal is that "Required" means the value cannot be null. In
Java a boolean cannot be set to null. It must have a value of either true
or false.
Therefore, in the case of the boolean variable "Required" will have no
affect.
David Graham
Windchill Developer/Administrator
CAx Administrator
Emhart Glass Manufacturing Inc.
Emhart Glass Research Center
123 Great Pond Drive | Windsor, CT 06095 | USA
Telephone +1 (203) 376-3144 | Telefax +1 (860) 298 7397
Mobile +1 (203) 376-3144 |

