Hello Asana Community,
I’m currently working on differentiating between native Asana-created custom fields (like the “Estimated Time” field in time tracking) and custom fields that are user-created. My current approach is to examine the description to see if it contains the text “Asana-created” and also check if the created_by attribute is set to null.
Is this the recommended method for distinguishing between native and user-created custom fields, or is there a more reliable way to go about this?
Looking forward to your insights!