hey guys, when i try to access the standard 'image...
# suitescript
v
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
its unusual for select like fields
use {image.id} as a formula if you want a consistent value
v
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
give it a try, its not a join
its explicitly using the value of the search result column instead of the text