Cedric Harun
02/27/2024, 7:07 PMcustomfield
table, but i'm missing the jointure between item, customfield & file
hope there's a positive answer i did not find yet 🤞Anthony OConnor
02/27/2024, 8:11 PMCedric Harun
02/27/2024, 8:12 PMCedric Harun
02/27/2024, 8:14 PMstoreDisplayImage
that works fine: i can find the file's internal id & apply the join - but the the other custom fiels like CUSTITEM_CUSTOM_ALTIMAGE1
, it's not present in the item recordAnthony OConnor
02/27/2024, 8:22 PMAnthony OConnor
02/27/2024, 8:30 PMAnthony OConnor
02/27/2024, 8:33 PMCedric Harun
02/27/2024, 8:35 PM"detail": "Invalid search query. Detailed unprocessed description follows. Search error occurred: Unknown identifier 'CUSTITEM_CUSTOM_ALTIMAGE1'. Available identifiers are: {item=item}.",
"o:errorQueryParam": "q",
"o:errorCode": "INVALID_PARAMETER"
when running for instance
SELECT CUSTITEM_CUSTOM_ALTIMAGE1 FROM item WHERE id = 1012
Anthony OConnor
02/27/2024, 8:38 PMAnthony OConnor
02/27/2024, 8:39 PMCedric Harun
02/27/2024, 8:41 PMAnthony OConnor
02/27/2024, 8:59 PMitem.
before itAnthony OConnor
02/27/2024, 9:00 PMitem.CUSTITEM_CUSTOM_ALTIMAGE1
jen
02/27/2024, 10:52 PM