default value for a flag type field

J

Jesse

I'm using Project Server 2007. I have a couple enterprise custom fields of
Entity = task and Type = flag. When I use these fields in an mpp it appears
that the default value is "no". Is there a way to make the default value
"yes" or blank?
 
J

Jonathan Sofer [MVP]

By definition a flag is either true or false so there is not blank. There
doesn't seem to be a way to have it default to "Yes"

What I suggest is creating a lookup table called YesNo and then using a Task
Text field that uses that lookup table. This will allow you to have both
"No", "Yes" or Blank as values and or default values.

Jonathan

What I have done
 
Top