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