09-10-2018, 03:28 PM
No, business maps can't go down that path because they don't modify the SQL to actually join on the grandchild table
To do this, I think you have to modify the $related_tables property in the module
https://github.com/tsolucio/corebos/blob/master/vtlib/ModuleDir/ModuleFile.php#L33
at least that would be the first thing I would try, and if that doesn't work then just create yourself a custom related list handler method that constructs the SQL you need
To do this, I think you have to modify the $related_tables property in the module
https://github.com/tsolucio/corebos/blob/master/vtlib/ModuleDir/ModuleFile.php#L33
at least that would be the first thing I would try, and if that doesn't work then just create yourself a custom related list handler method that constructs the SQL you need
Joe
TSolucio
TSolucio