14 SEPTEMBER 2026 · capExpertAPI · CAP-2031 / CAP-680

What converts, and in what order

The backfill is a list of descriptors — one per column, or per key inside a document column, that holds a file path. Each names where its files are now, who they belong to, and where they go. This is that list, in the order the seeder walks it — every row says which column the value is read from and which account it is filed under.

Descriptors
122was 123 before QR came out
Wave 1 — own their files
6334 columns + 29 document keys
Wave 2 — borrow a destination
59all folder-derived
Owner fallbacks
36+2 that apply to all
the short answer

The order you asked for is already the order the seeder runs. Every one of the nine keys you named holds its own file, so all nine are in wave 1. The six camp_inventory_items.additional_details keys that mirror them are borrowers, so all six are in wave 2 and cannot be seeded until wave 1 has finished. No change is needed to get that sequence.

Why there are two wavesseedAll()

The split is not about column shape. It is about who owns the file.

A borrowing key holds a path that some other column already owns — a vendor’s quote copied into a facility’s inventory record, say. It must not derive its own destination, because the account it would resolve is the account of the record holding the copy, not the account of the record that owns the file. So it looks the owning row up in the ledger and takes that row’s destination whole. That only works if the owning row is already there.

file-migration-seed.service.tsseedAll

“The columns that own their files first, then the keys that borrow from them. The order is the whole point: a borrower reads the ledger for the row that owns its file, so that row has to be there. Within a wave every descriptor runs at once, up to the pool.”

verbatim from the source

Inside a wave, descriptors are grouped by physical column and the groups run concurrently. Two descriptors naming one column run one after the other — without that, both pass the duplicate guard before either inserts, which was measured at 1,569 doubled reference keys and 3,196 extra rows.

The keys you named9 + 6

The nine you listed, then the mirrors that must follow them. The tag says which wave each falls in.

copilot_launch_proposals.equipment_condition_attachmentwave 1 · owns its file
copilot_launch_proposals.quotewave 1 · owns its file
copilot_launch_proposals.service_agreementwave 1 · owns its file
copilot_launch_proposals.warranty_documentwave 1 · owns its file
copilot_requests.attachmentswave 1 · owns its file
copilot_requests.quotewave 1 · owns its file
equipment_categories.default_imagewave 1 · owns its file
equipment_models.fileswave 1 · owns its file
equipment_models.imageswave 1 · owns its file
camp_inventory_items.additional_details.copilotReq.attachmentswave 2 · borrows
camp_inventory_items.additional_details.copilotReq.quotewave 2 · borrows
camp_inventory_items.additional_details.ezrfpRequest.attachmentswave 2 · borrows
camp_inventory_items.additional_details.ezrfpRequest.quotewave 2 · borrows
camp_inventory_items.additional_details.quotewave 2 · borrows
camp_inventory_items.additional_details.warrantyDocumentwave 2 · borrows

Where the owner falls back36 + 2

Every destination needs an account to file under. 36 of the 122 descriptors name more than one candidate and take the first that is set; two further fallbacks live in the seeder itself and apply to any descriptor.

camp_inventory_items.account_id → copilot_parent_requests.account_id18 descriptors

The largest chain by far. An inventory line is filed under its own account, and under the CoPilot parent request’s account where the line does not resolve one.

t.buyer_id → t.seller_id8 descriptors

A shipping estimate or a cart belongs to the buyer; where there is no buyer it is filed under the seller. Covers all five shipping_estimates descriptors plus carts.additional_details.

a four-deep chain on docusign5 descriptors

DOCUSIGN_FACILITY: the CoPilot parent request’s account, else the pre-order’s facility account, else the buy order’s buyer, else the marketplace listing’s account. Four places a DocuSign attachment’s owner can come from, in that order.

i.account_id → the sticker’s own account3 descriptors

Sticker data is filed under the inventory item it was read from, and under the sticker’s account when the item does not resolve.

po_requests and transfer_requests2 descriptors

PO_REQUEST_ACCOUNT is a three-deep chain — the CoPilot request’s parent account, else the pre-order’s facility, else the marketplace buy order’s buyer. transfer_requests.additional_details is the plain buyer-then-seller rule.

the document managerapplies to every descriptor

In ownDestination: COALESCE(s.account_id, dm.account_id). A row naming no owner of its own is filed under whoever document_manager says owns that object — the only place a path with no owning row can be traced to an account. Without it an export named only by the mail that carried it had nowhere to go.

a borrowed key with no owning rowapplies to wave 2

A borrower normally takes the destination of the wave 1 row that owns its file. Where no such row exists it derives its own rather than seeding as skipped: the module from the folder the file sits in, the account from the record holding it. Without that, 2,214 files on dev stayed on their legacy path for good — and every one was an orphan, named by no other column.

Wave 1 — descriptors that own their files63

OWN_DESTINATION_DESCRIPTORS. The seeder runs all 63 as one wave. 34 read the path straight off a column (DIRECT_COLUMN_DESCRIPTORS); 29 read it from a key inside a document column where the file is that record’s own (OWNED_KEY_DESCRIPTORS). Value read from is blank wherever the descriptor name already says which column the value comes out of.

descriptorvalue read fromhowfiled undermodule
account_details.attachmenthow any path in textowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
admin_queue.file_namehow any path in textowner t.created_forfolder-derived5 refs → 5 objects
storedinventory/service-contract/Inventory_07-23-2025_01-25-49.xlsxdoc/CAP-5C03EF3C/assets/service-contract/Inventory_07-23-2025_01-25-49.xlsx
asset_registries.profilehow any path in textowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
bill_of_sale_requests.file_namehow scalarowner t.buyer_idBillOfSale8 refs → 8 objects
storedbill-of-sales/Bill_of_sale_1719399829631YNTCW.pdfdoc/CAP-1H3MLDP/bill-of-sales/Bill_of_sale_1719399829631YNTCW.pdf
budget_planning.attachmentshow any path in textowner t.account_idfolder-derived144 refs → 144 objects
storedinventory/images/52133jp_1714133471547.jpgimg/CAP-69429037/assets/52133jp_1714133471547.jpg
camp_inventory_items.imageshow arrayowner t.account_idAssetImage36 refs → 36 objects
stored2jpe_1739369050211.jpegimg/CAP-L9J3AE1/assets/2jpe_1739369050211.jpeg
capture_billings.invoice_pathhow any path in textowner t.facility_account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
chat_messages.texthow scalarowner t.account_idChatAttachment56 refs → 56 objects
storedchat-message-documents/FT10pn_1788465758241.pngdoc/CAP-4PIUFMO/chat-message/FT10pn_1788465758241.png
copilot_launch_proposals.equipment_condition_attachmenthow any path in textowner cl.account_idfolder-derived1 refs → 1 objects
storedinventory/images/2jp_1713209028801.jpgimg/CAP-NZGX3N7/assets/2jp_1713209028801.jpg
copilot_launch_proposals.quotehow raw SQLowner (inline)CopilotQuote5,823 refs → 5,823 objects
storedezrfp-quote/SBjp_1765815201961.jpgdoc/CAP-4PIUFMO/copilot-quote/SBjp_1765815201961.jpg 1 missing
copilot_launch_proposals.service_agreementhow any path in textowner cl.account_idfolder-derived56 refs → 56 objects
storedservice-agreement/mx7pd_1738873779305.pdfdoc/CAP-89288AF6/service-agreement/mx7pd_1738873779305.pdf
copilot_launch_proposals.warranty_documenthow any path in textowner cl.account_idfolder-derived637 refs → 637 objects
storedezrfp-warranty/3500pn_1784306226321.pngdoc/CAP-4PIUFMO/copilot/warranty/3500pn_1784306226321.png
copilot_requests.attachmentshow raw SQLowner (inline)CopilotAttachment674 refs → 674 objects
storedezrfp/attachments/1_1785741174740.jpegdoc/CAP-DF34CC62/copilot/attachments/1_1785741174740.jpeg
copilot_requests.quotehow raw SQLowner (inline)CopilotQuote105 refs → 105 objects
storedezrfp-quote/3pd_1743789811900.pdfdoc/CAP-F264599C/copilot-quote/3pd_1743789811900.pdf
copilot_requests.warrantyhow any path in textowner cp.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
document_manager.file_pathhow any path in textowner t.account_idfolder-derived8,871 refs → 8,871 objects
storeddocument-manager/sample.pdfdoc/CAP-D0A6F959/document-manager/sample.pdf 7 missing
docusign_requests.attachmentshow any path in textowner copilot_parent_requests.account_idelse copilot_pre_orders.facility_account_id else transactions.buyer_account_id else marketplace.account_idfolder-derived53 refs → 53 objects
storedpa-documents/pa_17859333878490C35Y.pdfdoc/CAP-048YNSJ/pa-documents/pa_17859333878490C35Y.pdf 1 missing
equipment_categories.default_imagehow scalarowner NULL::intCategoryImage50 refs → 50 objects
storedcategories/default_Lasers.jpgimg/category/default_Lasers.jpg
equipment_models.fileshow comma-joinedowner NULL::intModelSpecFile5,088 refs → 5,088 objects
storedinventory/user-manual/pd_1680717912714.pdfdoc/model-library/spec-files/pd_1680717912714.pdf
equipment_models.imageshow comma-joinedowner NULL::intModelImage8,197 refs → 8,197 objects
storedinventory/images/2jpe_1740525017252.jpegimg/model-library/2jpe_1740525017252.jpeg
ezestimator_requests.file_pathhow any path in textowner NULL::intfolder-derivedno rows
nothing on this clone holds a legacy path at this key
feedbacks.attachmenthow raw SQLowner u.account_idFeedback2 refs → 2 objects
storedfeedback/Patient_Transfer_Equipmentjp_1726124748277.jpgdoc/CAP-YZLV4WS/feedback/Patient_Transfer_Equipmentjp_1726124748277.jpg
file_import_logs.file_namehow any path in textowner t.imported_forfolder-derived13 refs → 13 objects
storedonboard-file/SMRxls_1754039187097.xlsxdoc/CAP-A0D8AA63/onboarding/SMRxls_1754039187097.xlsx
inventory_historical_records.biomed_filehow any path in textowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
inventory_sticker_details.sticker_namehow raw SQLowner i.account_idelse s.account_idAssetImage745,064 refs → 745,064 objects
storedinventory/images/1.jpegimg/CAP-00993423/assets/1.jpeg 114 missing
po_requests.attachmenthow any path in textowner copilot_requests.account_idelse copilot_pre_orders.facility_account_id else marketplace.buyer_account_idfolder-derived126 refs → 126 objects
storedcer-documents/POpd_1728574946152.pdfdoc/CAP-1SM7RH4/cer-documents/POpd_1728574946152.pdf
profiles.hospital_logohow any path in textowner t.account_idfolder-derived7 refs → 7 objects
storedprofile/demopn_1690230324629.pngimg/CAP-TBKS34C/user/profile/demopn_1690230324629.png
report_requests.file_pathhow any path in textowner t.account_idfolder-derived3 refs → 3 objects
storedreports/1/procurement-requests_96464a92-09db-4c31-8058-27c474d10405.pdfdoc/CAP-BBA2A600/export/4805/reports/procurement-requests_96464a92-09db-4c31-8058-27c474d10405.pdf
settings.attribute_valuehow any path in textowner NULL::intfolder-derivedno rows
nothing on this clone holds a legacy path at this key
shipping_estimates.bol_documenthow any path in textowner t.buyer_idelse t.seller_idfolder-derived10 refs → 10 objects
storeddocument-manager/shipping-documents/Bill of Lading 1723049821076_1723049821076.pdfdoc/CAP-YZLV4WS/shipping-document/Bill of Lading 1723049821076_1723049821076.pdf 7 missing
shipping_estimates.file_namehow any path in textowner t.buyer_idelse t.seller_idfolder-derived73 refs → 73 objects
storedshipping-estimate-documents/1719313921710_8ZGNYRWQZK.pdfdoc/CAP-SHEKHLI/shipping-document/1719313921710_8ZGNYRWQZK.pdf
shipping_estimates.original_filenamehow any path in textowner t.buyer_idelse t.seller_idfolder-derived8 refs → 8 objects
storedshipping-estimate-documents/1723048922062_1723048922062.pdfdoc/CAP-YZLV4WS/shipping-document/1723048922062_1723048922062.pdf
users.profilehow scalarowner t.account_idProfilePhoto29 refs → 29 objects
storedprofile/fhcpn_1682440728613.pngimg/CAP-NJQJGDJ/user/profile/fhcpn_1682440728613.png
warranties.filehow comma-joinedowner t.account_idAssetWarranty19 refs → 19 objects
storedinventory/warranty/testpn_1726128710484.pngdoc/CAP-ZF1R4RK/assets/warranty/testpn_1726128710484.png
accounts.images_attachment.assetTagfrom $."assetTag"how jsonowner t.idAccountAssetTags54 refs → 54 objects
storedaccount-tags/asset-tags/IMG_3631jpe_1763316058263.jpegdoc/CAP-8BA14B57/account-tags/asset-tags/IMG_3631jpe_1763316058263.jpeg
accounts.images_attachment.biomedTagfrom $."biomedTag"how jsonowner t.idAccountBiomedTags33 refs → 33 objects
storedaccount-tags/biomed-tags/ucdweb_1776704489486.webpdoc/CAP-2C88EDC4/account-tags/biomed-tags/ucdweb_1776704489486.webp
accounts.images_attachment.logofrom $."logo"how raw SQLowner (inline)AccountLogo11 refs → 11 objects
storedprofile/CSA_Mainjp_1738712930274.jpgimg/CAP-E70DF228/logo/CSA_Mainjp_1738712930274.jpg
accounts.images_attachment.small_logofrom $."smallLogo"how raw SQLowner (inline)AccountLogo11 refs → 11 objects
storedprofile/SCA_Iconjpe_1748363593973.jpegimg/CAP-HYBN2G6/logo/SCA_Iconjpe_1748363593973.jpeg
camp_inventory_items.additional_details.cad.cadUrlfrom $."cad"."cadUrl"how jsonowner t.account_idfolder-derived16 refs → 16 objects
storeddocument-manager/IntuitiveDemo.xlsxdoc/CAP-D0A6F959/document-manager/IntuitiveDemo.xlsx
camp_inventory_items.additional_details.transferDetail.fileNamefrom $."transferDetail"."fileName"how jsonowner t.account_idfolder-derived51 refs → 51 objects
storedinventory/images/IMG_7703pn_1741881622325.pngimg/CAP-QXBF2LV/assets/IMG_7703pn_1741881622325.png
copilot_launch_proposals.additional_details.specifications[*].fileNamefrom $."specifications"[*]."fileName"how jsonowner cl.account_idfolder-derived210 refs → 210 objects
storedezrfp/attachments/Axia_TL3pd_1785116273284.pdfdoc/CAP-2B57D7B5/copilot/attachments/Axia_TL3pd_1785116273284.pdf
copilot_parent_requests.action_logs[*].equipments[*].changes[*].newfrom $."equipments"[*]."changes"[*]."new"how jsonowner t.account_idfolder-derived118 refs → 118 objects
storedezrfp-quote/NFS050625pd_1746718161003.pdfdoc/CAP-BF737973/copilot-quote/NFS050625pd_1746718161003.pdf
copilot_parent_requests.action_logs[*].equipments[*].changes[*].oldfrom $."equipments"[*]."changes"[*]."old"how jsonowner t.account_idfolder-derived52 refs → 52 objects
storedezrfp-quote/7pd_1743790127661.pdfdoc/CAP-F264599C/copilot-quote/7pd_1743790127661.pdf
copilot_requests.proposal_summary.comparisonViewAttachmentfrom $."comparisonViewAttachment"how jsonowner cp.account_idCopilotAttachment764 refs → 764 objects
storedezrfp/attachments/comparison_view_1781759661451.pdfdoc/CAP-9W2CJW6/copilot/attachments/comparison_view_1781759661451.pdf
file_imports.additional_details.derivedExcelPdf.filePathfrom $."derivedExcelPdf"."filePath"how jsonowner dm.account_idAssetRegistry44 refs → 44 objects
storedinventory/asset-registry/ASSETS50587xls_1758736512374_JSON_derived.pdfdoc/CAP-AP07IP1/assets/asset-registry/ASSETS50587xls_1758736512374_JSON_derived.pdf
inventory_transfers.transfer_details.fileNamefrom $."fileName"how jsonowner t.account_idfolder-derived26 refs → 26 objects
storedinventory/images/IMG_7703pn_1741881622325.pngimg/CAP-QXBF2LV/assets/IMG_7703pn_1741881622325.png
po_requests.additional_details.comparisonView.fileNamefrom $."comparisonView"."fileName"how jsonowner cp.account_idCopilotAttachment23 refs → 23 objects
storedezrfp/attachments/comparison_view_1758248283912.pdfdoc/CAP-AD714621/copilot/attachments/comparison_view_1758248283912.pdf
shipping_estimates.quote_email_details.attachments[*]from $."attachments"[*]how jsonowner t.buyer_idelse t.seller_idfolder-derived80 refs → 80 objects
storeddocument-manager/shipping-documents/1719313921710_8ZGNYRWQZK.pdfdoc/CAP-SHEKHLI/shipping-document/1719313921710_8ZGNYRWQZK.pdf
shipping_estimates.shipping_responses[*].fileNamefrom $[*]."fileName"how jsonowner t.buyer_idelse t.seller_idfolder-derived92 refs → 92 objects
storeddocument-manager/shipping-documents/1719313921710_8ZGNYRWQZK.pdfdoc/CAP-SHEKHLI/shipping-document/1719313921710_8ZGNYRWQZK.pdf
transaction_equipment_details.equipment_details.childInventories[*].equipmentCategoryData.imgfrom $."childInventories"[*]."equipmentCategoryData"."img"how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived1 refs → 1 objects
storedcategories/Stirrups.jpgimg/category/Stirrups.jpg
transaction_equipment_details.equipment_details.equipmentCategoryData.imgfrom $."equipmentCategoryData"."img"how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived77 refs → 39 objects
storedcategories/C_Arms.jpgimg/category/C_Arms.jpg
transaction_equipment_details.equipment_details.referenceImagesfrom $."referenceImages"how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idModelImage71 refs → 22 objects
storedinventory/images/0_12jp_1709196811360.jpgimg/model-library/0_12jp_1709196811360.jpg
transaction_equipment_details.equipment_details.tradeInventoryDetail.equipmentCategoryData.imgfrom $."tradeInventoryDetail"."equipmentCategoryData"."img"how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived1 refs → 1 objects
storedcategories/C_Arms.jpgimg/category/C_Arms.jpg
transaction_equipment_details.equipment_details.userManualPdffrom $."userManualPdf"how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived2 refs → 2 objects
storedinventory/user-manual/1670236966908_FCF1K3IWFOQF8UYU.pdfdoc/CAP-F4O8AS0/assets/user-manual/1670236966908_FCF1K3IWFOQF8UYU.pdf
transactions.billOfSalefrom transactions.additional_documents $."billOfSale"how jsonowner t.seller_account_idBillOfSale4 refs → 4 objects
storedbill-of-sales/Bill_of_sale_1719443418692NW0TY.pdfdoc/CAP-F4O8AS0/bill-of-sales/Bill_of_sale_1719443418692NW0TY.pdf
transactions.bolDocumentfrom transactions.additional_documents $."bolDocument"how jsonowner bo.buyer_account_idShippingDocument7 refs → 7 objects
storedshipping-estimate-documents/Bill of Lading 1727077146621_1727077146621.pdfdoc/CAP-SHEKHLI/shipping-document/Bill of Lading 1727077146621_1727077146621.pdf 4 missing
transactions.buyerInvoicefrom transactions.additional_documents $."buyerInvoice"how jsonowner bo.buyer_account_idInventoryInvoicePdf879 refs → 879 objects
storedinventory-invoice-pdf/1719401401075.pdfdoc/CAP-1H3MLDP/invoice/1719401401075.pdf 251 missing
transactions.cerDocumentfrom transactions.additional_documents $."cerDocument"how jsonowner bo.buyer_account_idCerDocument10 refs → 10 objects
storedcer-documents/TEST_CERpd_1719249141001.pdfdoc/CAP-YZLV4WS/cer-documents/TEST_CERpd_1719249141001.pdf
transactions.poAttachmentsfrom transactions.additional_documents $."poAttachments"how raw SQLowner bo.buyer_account_idTransactionPoAttachment467 refs → 467 objects
storedcer-documents/AA7862621pd_1732219672360.pdfdoc/CAP-67JYD14/transaction/po-attachment/AA7862621pd_1732219672360.pdf
transactions.poDocumentfrom transactions.additional_documents $."poDocument"how jsonowner bo.buyer_account_idDocumentManagerPurchaseOrders650 refs → 650 objects
storedinventory/images/CE7753-607.pdfdoc/CAP-CBBDMBJ/document-manager/purchase-orders/CE7753-607.pdf
transactions.sellerInvoicefrom transactions.additional_documents $."sellerInvoice"how jsonowner t.seller_account_idInventoryInvoicePdf879 refs → 879 objects
storedinventory-invoice-pdf/1749665767858.pdfdoc/CAP-2AXX856/invoice/1749665767858.pdf 349 missing
transactions.shippingQuotefrom transactions.additional_documents $."shippingQuote"how jsonowner bo.buyer_account_idShippingDocument23 refs → 23 objects
storedshipping-estimate-documents/1727076790316_62OQUBQSQVGG.pdfdoc/CAP-SHEKHLI/shipping-document/1727076790316_62OQUBQSQVGG.pdf
users.agreement_details.namefrom $."name"how jsonowner t.account_idEula1,099 refs → 1,099 objects
storedeula/eula_henry_scheindoc/CAP-5D0G2HF/eula/eula_henry_schein 5 missing

Wave 2 — keys that borrow a destination59

BORROWED_KEY_DESCRIPTORS. Every one is folder-derived: the module comes from the folder the file sits in, and the destination is taken from whichever wave 1 row owns it. A reference no row owns falls back to deriving its own. Value read from is blank wherever the descriptor name already says which column the value comes out of.

descriptorvalue read fromhowfiled undermodule
asset_registries.extracted_datahow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
biomeds.extracted_data.biomedFilefrom $."biomedFile"how jsonowner t.account_idfolder-derived162 refs → 162 objects
storedinventory/biomed-import/SCSCpd_1772816205687.pdfdoc/CAP-955E9A5F/assets/biomed-import/SCSCpd_1772816205687.pdf
budget_planning.additional_detailshow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
buy_orders.buyer_details.primaryUser.profilefrom $."primaryUser"."profile"how jsonowner t.buyer_account_idfolder-derived3 refs → 3 objects
storedprofile/peteselfiejpe_1682613401029.jpegimg/CAP-1H3MLDP/user/profile/peteselfiejpe_1682613401029.jpeg
camp_inventory_items.additional_details.copilotReq.attachmentsfrom $."copilotReq"."attachments"how jsonowner t.account_idfolder-derived48 refs → 48 objects
storedezrfp/attachments/unnamedjp_1746568542906.jpgdoc/CAP-5C4F4312/copilot/attachments/unnamedjp_1746568542906.jpg
camp_inventory_items.additional_details.copilotReq.quotefrom $."copilotReq"."quote"how jsonowner t.account_idfolder-derived7 refs → 7 objects
storedezrfp-quote/NIMpd_1769202557178.pdfdoc/CAP-FCPXDEG/copilot-quote/NIMpd_1769202557178.pdf
camp_inventory_items.additional_details.ezrfpRequest.attachmentsfrom $."ezrfpRequest"."attachments"how jsonowner t.account_idfolder-derived7 refs → 7 objects
storedezrfp/attachments/IMG_5881jpe_1724282537395.jpegdoc/CAP-1SLV4WS/copilot/attachments/IMG_5881jpe_1724282537395.jpeg
camp_inventory_items.additional_details.ezrfpRequest.quotefrom $."ezrfpRequest"."quote"how jsonowner t.account_idfolder-derived1 refs → 1 objects
storedezrfp-quote/Conmed_Equipment_Quote_1219_1pd_1699983479471.pdfdoc/CAP-F4O8AS0/copilot-quote/Conmed_Equipment_Quote_1219_1pd_1699983479471.pdf
camp_inventory_items.additional_details.quotefrom $."quote"how jsonowner t.account_idfolder-derived645 refs → 640 objects
storedezrfp-quote/6707pd_1773087763712.pdfdoc/CAP-0EIVDCM/copilot-quote/6707pd_1773087763712.pdf
camp_inventory_items.additional_details.warrantyDocumentfrom $."warrantyDocument"how jsonowner t.account_idfolder-derived36 refs → 36 objects
storedezrfp-warranty/CapLogopn_1728499088494.pngdoc/CAP-0FJYIZP/copilot/warranty/CapLogopn_1728499088494.png
camp_inventory_items.denovo_detailshow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
camp_inventory_items.remi_additional_detailhow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
carts.additional_detailshow jsonowner t.buyer_idelse t.seller_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
chatbot_threads.messageshow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
copilot_launch_proposals.additional_details.parentQuotefrom $."parentQuote"how jsonowner cl.account_idfolder-derived1,128 refs → 1,127 objects
storedezrfp-quote/7163pd_1778775521826.pdfdoc/CAP-0EIVDCM/copilot-quote/7163pd_1778775521826.pdf
copilot_launch_proposals.additional_details.poAttachmentfrom $."poAttachment"how jsonowner cl.account_idfolder-derived83 refs → 83 objects
storeddocument-manager/purchase-orders/POpd_1752756239666.pdfdoc/CAP-0EIVDCM/document-manager/purchase-orders/POpd_1752756239666.pdf
asset_registries.additional_detailshow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
copilot_launch_proposals.componentshow jsonowner cl.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
copilot_launch_proposals.service_componentshow jsonowner cl.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
copilot_pre_orders.additional_details.poAttachments[*].attachmentfrom $."poAttachments"[*]."attachment"how jsonowner t.facility_account_idfolder-derived110 refs → 110 objects
storeddocument-manager/purchase-orders/3900_001pd_1778250324424.pdfdoc/CAP-LBAJ8F1/transaction/po-attachment/3900_001pd_1778250324424.pdf
copilot_requests.additional_details.inventorySnapshot.images[*]from $."inventorySnapshot"."images"[*]how jsonowner cp.account_idfolder-derived24 refs → 24 objects
storedinventory/images/1jpe_1701536057310.jpegimg/CAP-1SLV4WS/assets/1jpe_1701536057310.jpeg
copilot_requests.additional_details.serviceContract.serviceContractFilefrom $."serviceContract"."serviceContractFile"how jsonowner cp.account_idfolder-derived2 refs → 2 objects
storedinventory/service-contract/LEGENT_ORTHOPEDIC_HOSPITALpd_1777916597468.pdfdoc/CAP-1SLV4WS/assets/service-contract/LEGENT_ORTHOPEDIC_HOSPITALpd_1777916597468.pdf
denovo_projects.additional_details.denovoTemplate.filePathfrom $."denovoTemplate"."filePath"how jsonowner t.account_idfolder-derived9 refs → 9 objects
storeddocument-manager/DNP-3EA49T11_denovo_template1777566361092.xlsxdoc/CAP-48F4B6AD/document-manager/DNP-3EA49T11_denovo_template1777566361092.xlsx
denovo_projects.additional_details.formData.cadDocuments[*].filePathfrom $."formData"."cadDocuments"[*]."filePath"how jsonowner t.account_idfolder-derived10 refs → 10 objects
storeddenovo-projects/CADTest1pd_1771825536051.pdfdoc/CAP-73321883/denovo-projects/CADTest1pd_1771825536051.pdf
denovo_projects.additional_details.formData.optionalDocuments[*].filePathfrom $."formData"."optionalDocuments"[*]."filePath"how jsonowner t.account_idfolder-derived3 refs → 3 objects
storeddenovo-projects/USHV_Spring_Listxls_1777131669825.xlsxdoc/CAP-596A94BD/denovo-projects/USHV_Spring_Listxls_1777131669825.xlsx
denovo_projects.additional_details.formData.purchasingFormulary[*].filePathfrom $."formData"."purchasingFormulary"[*]."filePath"how jsonowner t.account_idfolder-derived1 refs → 1 objects
storedpurchasing-formulary/Cedarwood_FHC_List_Sheetpd_1777064710141.pdfdoc/CAP-1F18E093/purchasing-formulary/Cedarwood_FHC_List_Sheetpd_1777064710141.pdf
denovo_projects.additional_details.formData.w9Attachment[*].filePathfrom $."formData"."w9Attachment"[*]."filePath"how jsonowner t.account_idfolder-derived3 refs → 3 objects
storeddenovo-projects/W9_USHV_1pd_1776967102156.pdfdoc/CAP-596A94BD/denovo-projects/W9_USHV_1pd_1776967102156.pdf
denovo_projects.equipment_planning_datahow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
denovo_projects.extracted_datahow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
docusign_requests.details.preOrderItems[*].proposal.additionalDetails.parentQuotefrom $."preOrderItems"[*]."proposal"."additionalDetails"."parentQuote"how jsonowner copilot_parent_requests.account_idelse copilot_pre_orders.facility_account_id else transactions.buyer_account_id else marketplace.account_idfolder-derived1 refs → 1 objects
storedezrfp-quote/CARM_Quotepd_1788365640765.pdfdoc/CAP-0FJYIZP/copilot-quote/CARM_Quotepd_1788365640765.pdf
docusign_requests.details.preOrderItems[*].proposal.quotefrom $."preOrderItems"[*]."proposal"."quote"how jsonowner copilot_parent_requests.account_idelse copilot_pre_orders.facility_account_id else transactions.buyer_account_id else marketplace.account_idfolder-derived1 refs → 1 objects
storedezrfp-quote/CARM_Quotepd_1788365640765.pdfdoc/CAP-0FJYIZP/copilot-quote/CARM_Quotepd_1788365640765.pdf
docusign_requests.request_payload.preOrderItems[*].proposal.additionalDetails.parentQuotefrom $."preOrderItems"[*]."proposal"."additionalDetails"."parentQuote"how jsonowner copilot_parent_requests.account_idelse copilot_pre_orders.facility_account_id else transactions.buyer_account_id else marketplace.account_idfolder-derived1 refs → 1 objects
storedezrfp-quote/CARM_Quotepd_1788365640765.pdfdoc/CAP-0FJYIZP/copilot-quote/CARM_Quotepd_1788365640765.pdf
docusign_requests.request_payload.preOrderItems[*].proposal.quotefrom $."preOrderItems"[*]."proposal"."quote"how jsonowner copilot_parent_requests.account_idelse copilot_pre_orders.facility_account_id else transactions.buyer_account_id else marketplace.account_idfolder-derived1 refs → 1 objects
storedezrfp-quote/CARM_Quotepd_1788365640765.pdfdoc/CAP-0FJYIZP/copilot-quote/CARM_Quotepd_1788365640765.pdf
inventory_historical_records.detailhow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
inventory_sticker_details.extracted_datahow jsonowner i.account_idelse s2.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
inventory_sticker_details.metadatahow jsonowner i.account_idelse s2.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
inventory_stickers.extracted_datahow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
service_contracts.extracted_datahow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
service_histories.additional_detailshow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
service_histories.extracted_datahow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
shipping_estimates.inventory_detailshow jsonowner t.buyer_idelse t.seller_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
shipping_estimates.request_details.items[*].images[*]from $."items"[*]."images"[*]how jsonowner t.buyer_idelse t.seller_idfolder-derived163 refs → 163 objects
storedinventory/images/2jpe_1741713732838.jpegimg/CAP-E16FB0CB/assets/2jpe_1741713732838.jpeg
transaction_equipment_details.componentshow jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
transaction_equipment_details.equipment_details.additionalDetails.transferDetail.fileNamefrom $."additionalDetails"."transferDetail"."fileName"how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived1 refs → 1 objects
storedtransfer-documents/Bill_of_Salepd_1723043698956.pdfdoc/CAP-SHEKHLI/cer-documents/Bill_of_Salepd_1723043698956.pdf
transaction_equipment_details.equipment_details.childInventories[*].inventoryStickerData.inventoryStickerDetail[*].stickerNamefrom $."childInventories"[*]."inventoryStickerData"."inventoryStickerDetail"[*]."stickerName"how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived4 refs → 4 objects
storedinventory/images/1jpe_1739390044463.jpegimg/CAP-67JYD14/assets/1jpe_1739390044463.jpeg
transaction_equipment_details.equipment_details.imagesfrom $."images"how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived942 refs → 942 objects
storedinventory/images/1jpe_1722612054931.jpegimg/CAP-SZ580UV/assets/1jpe_1722612054931.jpeg
transaction_equipment_details.equipment_details.images[*]from $."images"[*]how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived942 refs → 942 objects
storedinventory/images/1jpe_1733263650821.jpegimg/CAP-2AXX856/assets/1jpe_1733263650821.jpeg
transaction_equipment_details.equipment_details.inventoryStickerData.inventoryStickerDetail[*]from $."inventoryStickerData"."inventoryStickerDetail"[*]how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived1,111 refs → 1,111 objects
storedinventory/images/2jpe_1738158553983.jpegimg/CAP-5N0F5GA/assets/2jpe_1738158553983.jpeg
transaction_equipment_details.equipment_details.inventoryStickerData.inventoryStickerDetail[*].stickerfrom $."inventoryStickerData"."inventoryStickerDetail"[*]."sticker"how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived88 refs → 88 objects
storedinventory/images/1jpe_1701535524556.jpegimg/CAP-BBC7CEF4/assets/1jpe_1701535524556.jpeg
transaction_equipment_details.equipment_details.inventoryStickerData.inventoryStickerDetail[*].stickerNamefrom $."inventoryStickerData"."inventoryStickerDetail"[*]."stickerName"how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived984 refs → 984 objects
storedinventory/images/1jpe_1741606947128.jpegimg/CAP-AP07IP1/assets/1jpe_1741606947128.jpeg
transaction_equipment_details.equipment_details.serviceContractfrom $."serviceContract"how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived1 refs → 1 objects
storedinventory/service-contract/DEMO_SERVICE_CONTRACT_1pd_1710185201917.pdfdoc/CAP-F4O8AS0/assets/service-contract/DEMO_SERVICE_CONTRACT_1pd_1710185201917.pdf
transaction_equipment_details.equipment_details.tradeInventoryDetail.imagesfrom $."tradeInventoryDetail"."images"how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived1 refs → 1 objects
storedinventory/images/9900001jp_1694199213778.jpgimg/CAP-TBKS34C/assets/9900001jp_1694199213778.jpg
transaction_equipment_details.equipment_details.tradeInventoryDetail.newImages[*]from $."tradeInventoryDetail"."newImages"[*]how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived2 refs → 2 objects
storedinventory/images/Electrosurgeryjp_1723044572403.jpgimg/CAP-1H3MLDP/assets/Electrosurgeryjp_1723044572403.jpg
transaction_equipment_details.equipment_details.warrantyFilefrom $."warrantyFile"how jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derived3 refs → 3 objects
storedinventory/warranty/testpn_1726128710484.pngdoc/CAP-SHEKHLI/assets/warranty/testpn_1726128710484.png
transaction_equipment_details.service_componentshow jsonowner camp_inventory_items.account_idelse copilot_parent_requests.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
transactions.additional_detailshow jsonowner t.seller_account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
transactions.seller_details.primaryUser.profilefrom $."primaryUser"."profile"how jsonowner t.seller_account_idfolder-derived7 refs → 7 objects
storedprofile/fhcpn_1682440728613.pngimg/CAP-NJQJGDJ/user/profile/fhcpn_1682440728613.png
transfer_requests.additional_detailshow jsonowner t.buyer_account_idelse t.seller_account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key
warranties.extracted_datahow jsonowner t.account_idfolder-derivedno rows
nothing on this clone holds a legacy path at this key