-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Custom Objects & Incorrect Reference Information #476
Comments
Hi Brendan
Thank you for this issue.
Can you give me an org id (sandbox) where the app is not working? Even if
the app has been uninstalled since.
By any chance the custom object you are looking for has a label different
from its developerName?
What is the name of the missing object please? At least one or two for me
to check.
Thank you so much.
Vincent
Le ven. 13 déc. 2024 à 06:00, Brendan Murphy ***@***.***> a
écrit :
… Assigned #476 <#476> to
@VinceFINET <https://github.com/VinceFINET>.
—
Reply to this email directly, view it on GitHub
<#476 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA47R2ZZF2JALS226JR6TXL2FJSXZAVCNFSM6AAAAABTRG3RJWVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVGY2DGNZRGA3DAMI>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
Hi Vincent,
Here is the org Id from a full sandbox I recently refreshed where I'm having the issue. 00DO2000005w8S9
Also, our org was recently migrated to Hyperforce, so I don't know if that could factor into the issue.
I also recorded a video you can access from this link showing the problems. Here are the objects I show in the video that I don't find.
• Activation (Activation__c)
• CR Volunteers (CR_Volunteers__c)
• Budget (Budget__c)
https://app.screencast.com/3fhErOORJZkIE
Hope this helps.
…On Fri, Dec 13, 2024, at 1:34 AM, Vincent FINET wrote:
Hi Brendan
Thank you for this issue.
Can you give me an org id (sandbox) where the app is not working? Even if
the app has been uninstalled since.
By any chance the custom object you are looking for has a label different
from its developerName?
What is the name of the missing object please? At least one or two for me
to check.
Thank you so much.
Vincent
Le ven. 13 déc. 2024 à 06:00, Brendan Murphy ***@***.***> a
écrit :
> Assigned #476 <#476> to
> @VinceFINET <https://github.com/VinceFINET>.
>
> —
> Reply to this email directly, view it on GitHub
> <#476 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AA47R2ZZF2JALS226JR6TXL2FJSXZAVCNFSM6AAAAABTRG3RJWVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVGY2DGNZRGA3DAMI>
> .
> You are receiving this because you were assigned.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub <#476 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AECXBRUW2NKG7TBAJKY7ZM32FJ5V5AVCNFSM6AAAAABTRG3RJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBQGY2TIMBUHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Awesome video and comments!! Can you perform the following queries: SELECT DurableId, NamespacePrefix, DeveloperName, QualifiedApiName and SELECT DurableId, NamespacePrefix, DeveloperName, QualifiedApiName |
Here you go.
…On Fri, Dec 13, 2024, at 11:17 AM, Vincent FINET wrote:
Awesome video and comments!!
Thank you so much, this is really helpful!!
Can you perform the following queries:
SELECT DurableId, NamespacePrefix, DeveloperName, QualifiedApiName
FROM EntityDefinition
WHERE keyPrefix <> null
AND DeveloperName <> null
AND (NOT(keyPrefix IN ('00a', '017', '02c', '0D5', '1CE')))
AND DurableId IN ('Activation__c', 'CR_Volunteers__c', 'CR_Volunteers__c')
and
SELECT DurableId, NamespacePrefix, DeveloperName, QualifiedApiName
FROM EntityDefinition
WHERE keyPrefix <> null
AND DeveloperName <> null
AND (NOT(keyPrefix IN ('00a', '017', '02c', '0D5', '1CE')))
AND QualifiedApiName IN ('Activation__c', 'CR_Volunteers__c', 'CR_Volunteers__c')
—
Reply to this email directly, view it on GitHub <#476 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AECXBRUZSUZAUK6ZTMGRNL32FMCDDAVCNFSM6AAAAABTRG3RJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBRG44TIMZQHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Thank you again!! Unfortunately github removes images or files when you reply by email. About the "Missing object" in the custom field tab:
Is there a possibility for you to perform this query THANK YOU so much. For your information, i have a similar issue with the "Activity" standard object. You can add custom field into it, but that object is not listed in the DescribeGlobal() operation... |
I sent you the information to your email. Let me know if you don't get it. |
awesome, i am creating a unit test just with your case to get rid of it once and for all... |
Describe the bug
The tool does not display all my custom objects in the SObject drop down. I've uninstalled and reinstalled the app in both production and a sandbox and it's the same result. There are no errors when it loads the metadata, the objects are just not there. I've looked through the list with no other filters, and also tried it with the SObject Type filtered to "Custom Object", but many of the objects are not displayed.
I was able to find fields from one object in the custom fields list, however the "In this object" and "Object Type" fields are blank.
I've also noticed the tool tells me that none of my custom fields, flows, or custom labels are referenced anywhere. So it seems something is not working correctly.
To Reproduce
There are no errors.
The text was updated successfully, but these errors were encountered: