Looking to remove some fields from a Custom Object that we use primarily for demographic data. The issue is that any attempt to delete throws an error message that reads "Not able to complete your request. Please refresh to check if the object was updated by another request."
I'm assuming this means the field is still in use in some case - but the issue is that the "Used By" section doesn't load. Likely because we use this object in some form on almost every Program in Marketo.
Is there a REST API call to get a list of Programs that have a specific Custom Object field being used? I tried looking but it all related to Custom Fields and not Object fields.
Solved! Go to Solution.
Unfortunately, there's no way to bypass the UI timeout by getting the Used By via API. I too have noticed extremely large Used By lists aren't retrievable via any method, which sort of inadvertently says "don't even try"!
Ah figured as much! Guess it's back to old-fashioned checking through programs. Thanks!!