[2026-06-03 17:34:02] 🚀 Début export STORAGE par bâtisse [2026-06-03 17:34:02] ✅ Access token OK (len=112) [2026-06-03 17:34:02] SOQL: SELECT Id, Name, Rental_Status__c, Price, Storage_Type__c, Account.Name, Unit_Number__c, Depth__c, Width__c, Height__c FROM Asset WHERE Record_Type_Developer_Name__c = 'Storage' AND Building__c IN ( 'Le21Mars-1', 'Le21Mars-2', 'Le18Juillet-1', 'Le18Juillet-2' ) [2026-06-03 17:34:02] 📄 Page 1 — GET /services/data/v61.0/query?q=%0D%0ASELECT%0D%0A++++Id%2C%0D%0A++++Name%2C%0D%0A++++Rental_Status__c%2C%0D%0A++++Price%2C%0D%0A++++Storage_Type__c%2C%0D%0A++++Account.Name%2C%0D%0A++++Unit_Number__c%2C%0D%0A++++Depth__c%2C%0D%0A++++Width__c%2C%0D%0A++++Height__c%0D%0AFROM+Asset%0D%0AWHERE+Record_Type_Developer_Name__c+%3D+%27Storage%27%0D%0AAND+Building__c+IN+%28%0D%0A++++%27Le21Mars-1%27%2C%0D%0A++++%27Le21Mars-2%27%2C%0D%0A++++%27Le18Juillet-1%27%2C%0D%0A++++%27Le18Juillet-2%27%0D%0A%29%0D%0A [2026-06-03 17:34:02] HTTP status = 400, bytes=330 SALESFORCE ERROR (HTTP 400): INVALID_FIELD — Rental_Status__c, ^ ERROR at Row:4:Column:5 No such column 'Rental_Status__c' on entity 'Asset'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.