This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

M-Files Desktop Client - Additional Conditions - Search "more than one object"

Hello everyone,

Is it possible directly from the M-Files Desktop Client to look for documents with a property containing more than one document ?

So I have an invoice with the property "New invoice(s)" and I like to search for all the invoices that contains 2 or more invoices into that property.

Thank you in advance
Claudio

Parents
  • This is not directly possible but could be done using a helper property. Create a new number property definition with an automatic value (e.g. "Number of New Invoices") that counts the number of linked documents in the New Invoice(s) property. This should only require a small amount of scripting/coding. Then you could do a search such as "Number of New Invoices >= 2".

    Depending on who needs this information and when, using the Reporting module might be an alternative option.

Reply
  • This is not directly possible but could be done using a helper property. Create a new number property definition with an automatic value (e.g. "Number of New Invoices") that counts the number of linked documents in the New Invoice(s) property. This should only require a small amount of scripting/coding. Then you could do a search such as "Number of New Invoices >= 2".

    Depending on who needs this information and when, using the Reporting module might be an alternative option.

Children