FireAI ERP
Bulk import with linked fields
How Excel templates work for every collection — Data sheet dropdowns, lookup sheets for linked records, and uploading without pasting UUIDs.
Updated August 17, 2026
Any collection that has linked fields (foreign keys) uses the same Excel bulk-import pattern. You do not need a special template per table — downloading Template always matches the current schema.
When this applies
If the collection links to another collection (for example stock → product, price list item → product, or product categories → parent category), downloading Template gives an Excel (.xlsx) file with dropdowns.
You can still upload CSV for these collections: put the linked record’s display name (or id) in the linked column. Excel is easier when you want dropdowns.
Collections with no linked fields still use a simple CSV or Excel template with plain columns.
What’s in the template
- Data sheet — one column per importable field. Linked columns show a dropdown of existing records (by name / code, not UUID).
- Extra sheets — one sheet per linked collection (for example Products). Column A is the label you pick; the Id column is hidden and used by the system.
If two fields link to the same collection, they share one lookup sheet.
How to import
- Open the collection list and choose Bulk upload / Import.
- Click Template and download the file (Excel when the collection has linked or dropdown fields).
- On the Data sheet, fill rows. For linked columns, pick from the dropdown (or in CSV, type the same label / id).
- Save and upload the .xlsx or .csv file.
- Review the list. If some rows were skipped, the message will say which labels were not found — re-download the template if masters changed.
Export
On any collection list, use Export and choose CSV or Excel (.xlsx). Selected rows export only those records; otherwise the export includes up to the server row limit.
Create masters first
New collections and new links
Related
- Masters setup — create warehouses, products, customers, and vendors first
- Getting started — overall ERP onboarding order