function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Boulder MikeBoulder Mike 

Possible to change a custom field's label programmatically?

I've noticed in the API documentation that I can access lots of details about all of my fields, including the label of the field.

I'd like to be able to change the label of a custom field programmatically. The field label contains the current month-name.

Has anyone ever accomplished this?
SuperfellSuperfell
You can't do this through the API, you'd need to change it in the setup UI.