Question
newbie: joined tables recordset
Hello,
I have two artists, and I want to gather all the pictures of these artistis, but I don't know how to get there.
artist = entityload("artists");
art = artist.getPictures(); // doesnt work, "the getPictures method was not found"
Thank you for any suggestion
