I want to set flag type enterprise custom field at the task level to True/False Or Yes/No. May I know the syntax for the same in VBA.
The MSDN says:
projectField = FieldNameToFieldConstant("TestEntProjText", pjProject) ActiveProject.ProjectSummaryTask.SetField FieldID:=projectField, Value:="This is a new value."
where Value is a string. But in my case I want it to be a boolean value.