Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter references lists #33

Open
alaindebecker opened this issue Jan 11, 2018 · 2 comments
Open

Filter references lists #33

alaindebecker opened this issue Jan 11, 2018 · 2 comments
Assignees

Comments

@alaindebecker
Copy link

I have a field related to an entity Contract which has a boolean called Active. When I choose a Contract, I want to display only the active contracts. Is this possible ?

@newmips
Copy link
Owner

newmips commented Jan 12, 2018

_

When I choose a Contract, I want to display only the active contracts. Is this possible ?

_
What do you mean ?

@alaindebecker
Copy link
Author

I want to put a filter on the drop-down list. Something like

add field Contract related to Contract where Active==true

Preferably in the bot.js, which means

add field (.) related to (.) (?using (.)) (?where (.))
in which the last field is a boolean function with arguments depending on the mother entity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants