Conditional Parent and Child Relationships
Record | IS_ROOT_RECORD | IS_PARENT | IS_CHILD | HAS_PREVIOUSLY_PUBLISHED_PARENT |
---|---|---|---|---|
A | True | False | False | True if IS_PUBLISHED is true for either Z or Y. |
B | False | False | True | True if IS_PUBLISHED is true for any of Z, A, or Y. |
C | False | False | True | True if IS_PUBLISHED is true for any of Z, A, B, or Y. |
Z | False | True | False | True if IS_PUBLISHED is true for Y. |
Y | False | True | False | False. |
D | False | False | False | True if IS_PUBLISHED is true for either Z or Y. |
Copyright © Cloud Software Group, Inc. All rights reserved.