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

Control Documents using Managed Properties?

Hi,

I am writing to request suggestions to help me solve the following problem:

Imagine that you have a credit opening procedure, you are going to create a file that must contain 3 requisite documents. We want to validate that the 3 documents exist since if at least one is missing, the file is not complete and for example it cannot go to another stage of an approval workflow.

Is possible that the solution could point to the use of Managed Properties, but I don't understand how it could help me.

Would send a simple example that I can use as reference?

I will be very grateful.

Best Regards
Luis Arturo

Parents
  • This is possible but it requires multiple document properties.

    If you add a property like 'Required Documents' and then setup the filter that that property looks for 3 documents, it's going to default to 'One of' which is an OR logic qualifier while we want an AND. Even if you list the 'Required Documents' property 3 times with a different document listed for each filter line it's still going to use OR logic.

    I was able to get it to work by creating 3 separate properties, 'Required Document 1', 'Required Document 2', and 'Required Document 3' and have each one filtered to look for a different single specific document.

Reply
  • This is possible but it requires multiple document properties.

    If you add a property like 'Required Documents' and then setup the filter that that property looks for 3 documents, it's going to default to 'One of' which is an OR logic qualifier while we want an AND. Even if you list the 'Required Documents' property 3 times with a different document listed for each filter line it's still going to use OR logic.

    I was able to get it to work by creating 3 separate properties, 'Required Document 1', 'Required Document 2', and 'Required Document 3' and have each one filtered to look for a different single specific document.

Children
No Data