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 Attachment Export files feature + improve querying parent record #1119

Conversation

laissaouibrahim
Copy link
Contributor

@laissaouibrahim laissaouibrahim commented Mar 13, 2025

  1. New feature : add attachment Export capability to Export files button

Using only one clic on export files button, the process is retreiving first Attachment using Rest API ( batchsize =200). After that it will retreive contentDocument using BulkV2 API ( batchsize=1000).

  1. the second improvment is about retreiving a large number of ParentRecord.

When we retreive more than 100000 parentRecord. we got an error [https://github.com//issues/920]. I have added a batchsize=100000 for retreiving ParentRecord. I have tested with 500000 as seen below :

image

@nvuillam nvuillam merged commit 9a73d80 into hardisgroupcom:main Mar 13, 2025
1 check passed
@nvuillam
Copy link
Member

Thanks a lot @laissaouibrahim :)
Released 🥳

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

Successfully merging this pull request may close these issues.

3 participants