SOLVED

Re: REST API Call for Programs "Used By" a Custom Object Field?

Go to solution
nhabischWings
Level 5

REST API Call for Programs "Used By" a Custom Object Field?

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.

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: REST API Call for Programs "Used By" a Custom Object Field?

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"!

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: REST API Call for Programs "Used By" a Custom Object Field?

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"!

nhabischWings
Level 5

Re: REST API Call for Programs "Used By" a Custom Object Field?

Ah figured as much! Guess it's back to old-fashioned checking through programs. Thanks!!