Is there a way using DatabaseCore.updateAttribute() or otherwise to update a boolean attribute such as a "Yes"/"No" dropdown as seen in the UI?
e.g. the below will leave the Historical Sampling attribute blank
param = (ClassEnum.DataFile, 'My Data File', int(DataFileAttributeEnum.HistoricalSampling), True)
db.UpdateAttribute(*param)
Is there a way using DatabaseCore.updateAttribute() or otherwise to update a boolean attribute such as a "Yes"/"No" dropdown as seen in the UI?
e.g. the below will leave the Historical Sampling attribute blank