Hi all, question... I'm writing a query in 2.0 and...
# suitescript
m
Hi all, question... I'm writing a query in 2.0 and trying to join to a child record. All the documentation I'm reading says I can create a join through a fieldId, but there's no field id on the record. It's just a child record.. Any ideas on how to do that?
b
there should be a field on the child record linking the child to the parent
use that field with Query.joinFrom
c
You should try Inverse Join using joinFrom