$join
{
"$join":[
0, // char type ID of object
"relrecid", // extracted field
"parentrecordid", // transposed field
{
"$and":[
{"$eq": ["parentchartypeid", 4]},
{"$eq": ["parentrecordid", 1234]},
{"$eq": ["childchartypeid", 3]},
{"$eq": ["childrecordid", 111]}
]
} // object (record/relationship)
]
}Example: Get catalog items on a right (record ID = 111) on a deal (record ID = 1234)
Last updated
Was this helpful?

