{
errors: [
{
error: 'custom_fields_in_object_limit',
message: 'You can not add any more custom fields to this object.',
user_message: 'You can not add any more custom fields to this object.',
help: 'For more information on API status codes and how to handle them, read the docs on errors: https://developers.asana.com/docs/errors'
}
]
}
The mentioned docs, Errors, do not discuss this error.
I want to add ~100 fields. Why isn’t this possible?
What is the “object” that can’t get more than 100 custom field?
Is it a workspace, that can’t get more global custom fields?
Is it a project with a specific custom field only for that project?
Or, is it a link between a global custom field that is used by a project?
Thank you @lpb , sorry I missed that. It might be good to make the error googleable by linking to that limitation from a page mentioning the error code.
Is there any way we could get that limit lifted to 100?