Skip to Content
0
Dec 13, 2022 at 05:06 PM

JOIN using Relations item type in FSQ

177 Views

Hello Experts,

I have created a many-to-many relations table. Relations item type does not generate a model class, and there is a deployment table created.

Question is, as model class is not created for this relation how do I utilise this table to use as JOIN in my FSQ at DAO Layer (code level)

Note: I am able to access this relation table in FSQ as JOIN query in HAC.

Thanks