How do you read custom field values that are returned to a variable? In the example belpw, if I had a custom field in a project called "Custom Field" I understand I can search and return it by saying:
results = client.search(ObjCode.PROJECT,{'groupID':user.homeGroupID},fields=['DE:Custom Field'])
How would I the read the value of the custom field that has spaces in the name? similar to:
print(results.status)
How would you do something similar for a custom field like:
print('results.CustomField')