Can I set the initial value of a qodly USER entsel source to something like:
ds.ACCOUNT.get(ID).accountOwners(entsel attr).userAuthorizations(entsel attr).authorizedUser(entity attr)
This would ideally return a USER entsel? with zero or more USER entities.
or do i need to:
- Set the value that way via function or
- Use a querystring to set the initial value
If i am able to use a querystring, can I query to find any user whose attribute:
accountAuthorizations(entsel).authorizingOwner(entity)
(should return one or more account owner entities)
is contained in an account owners entsel qodly source, “theOwners”
QUERYSTRING to return a USER entsel?:
“:1 in :2”, accountAuthorizations.authorizingOwner(entsel), theOwners(entsel)
Would something like that work as a querystring?
Thanks. I like my lean table setup but makes for a few involved relationships/related attributes.