hey guys, when i try to access the standard 'image' field of Customer via a SS1.0 coded search, I get the ID of the image file.
but when I use 'group by' on the image field (and customer ID) within the search, I'm getting the image URL
is this standard behavior?
b
battk
02/21/2020, 11:16 AM
its unusual for select like fields
battk
02/21/2020, 11:16 AM
use {image.id} as a formula if you want a consistent value
v
Viraj Shinde
02/21/2020, 11:22 AM
the thing is, i'm trying to access customer's reference via a custom record
so i'm already joining image via customer to the custom record's search
it means i won't be able to join on image right?
b
battk
02/21/2020, 11:36 AM
give it a try, its not a join
battk
02/21/2020, 11:37 AM
its explicitly using the value of the search result column instead of the text