I get an error when trying to copy attachments from a custom form/table that has 2 primary keys. Is there a work around to get past this? A secondary issue I seem to have is where I am transferring attachments and it errors out half way through. It seems to do this if there are more than 1500 records to process.
hougaard Answered question August 31, 2025
Sorry, that will require some custom work… The SharePoint Connector is not clever enough to figure out how to handle the second field.
I have open-sourced the conversion stuff for this and other reason, so a developer from your partner can create a conversion routine for your custom table:
hougaard Posted new comment September 9, 2025
Call the VerifyAccess() function for every XXX upload to keep your token fresh.
Thanks i’ll look over the source code and see what i can break! My only other issue i have noticed is that I get time outs sometimes is session or i have seen the sharepoint connection timeout. is there a way where it can pick it back up at the record it timed out at? my purchase header, I have about 40k of attachments.