I'm trying to update the BusinessOwnerId classification field on a bunch of our custom fields. I've seen reference to somehow doing it using the Metadata API to update CusomField but I'd like to know what that means in practical terms. I can query FieldDefinition but when I try to update it I get the error "You can't update records for the object: FieldDefinition". When I try to query CustomField I get an error that "sObject type CustomField is not supported".
Is there a step by step guide for how to set BusinessOwnerId on multiple fields for people who aren't developers?
Sushil Kumar (UKG) Forum Ambassador
And see this - https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_fielddefinition.htm, only query/describe calls are supported.