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

Precondition to get all related object properties

Hi everyone,

I have 1 question related to workflow precondition.

Let's say that I have 2 document class.

Class 1: Main Document

Properties: 

Name or title

Supporting document (multi-list)

Class 2: Supporting document

Properties:

Name or title

Document revised (Boolean Yes/No)

I have this simple requirement where the document revised properties needs to be marked yes before submitting for approval. This workflow is for the main document class.

There is no issue to create the pre-condition in approval state if there is only 1 supporting document. However, in my case, 1 main document can have more than 1 supporting document.

So, when I configure my pre-condition something like Supporting document.Document revised = Yes, it will only read the first supporting document. Is there any way we can check all the related supporting document ?

In this case, if my first supporting document is marked as yes and the second one is still no, the workflow will still go through to the next state since it will only check the first related supporting document.