How to include disabled item on search

So I have a form that has a table in it. The table is from doctype names item.
For now, the table just list enabled item. I want to disabled item include on that list too. How to achieve that?

You should make your item as Active)

You could modify the item query by moving it to your custom app and removing this line. I can’t however think of why querying disabled items might be a good idea.

@snv: many thanks to you, solved with that solution.

1 Like