LlblGen 2.0.0.0
Adapter
Does LLblGen provide support for nested filters?
The example I have is as follows:
I have an Accounts table which contains an AccountId and a ParentAccountId. Based on a particular search value i.e. accountId between 2 and 5, I would like to pull back those matching records, and then all child records for those accounts.
Nesting can go more than 2 levels deep.
Is there support for anything like this in LlgblGen, or will I need to write a custom Sproc?
Thanks!