Skip to content
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

Add option to include child relationship name in sobject export #1102

Closed
paustint opened this issue Dec 6, 2024 · 1 comment · Fixed by #1105
Closed

Add option to include child relationship name in sobject export #1102

paustint opened this issue Dec 6, 2024 · 1 comment · Fixed by #1105
Labels
enhancement New feature or request

Comments

@paustint
Copy link
Contributor

paustint commented Dec 6, 2024

Describe the problem you are trying to solve
https://discord.com/channels/246568944213819393/955492316116844595/1314689049469915157

This would be a nice data point to have in the report - but it does not fetching a bunch of related data. Maybe there is a SOQL query that we can use to fetch the data without having to do a ton of describeSobject calls.

@paustint paustint added the enhancement New feature or request label Dec 6, 2024
@infocynic
Copy link

I'm also ok with flipping this - an option to export child relationship data when exporting a parent. That might be far less painful since you already run the describe for the parent object and can just get the child relationships along with the restricted delete / cascade delete options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants