Hi all,
I have the following object structure:
With the following structure of Object Type:
Question 1: How can I filter (IQL) all objects belonging to a specific root object (e.g. object A) as shown:
Question 2: Assuming that all objects have a state attribute. Changing the state of the object A, can I change the state of all the objects that follow it?
thank you all
Hi James.
Answer 1:
Try:
objectType="Object Type 3" AND Name="A" OR object HAVING outR(Name="A" OR object HAVING outR(Name="A"))
Did not test here - but should work.
Answer 2:
Yes, this can be done with an Automation Rule for Object Updated where you execute your Groovy Script which will update the Status Attributes of referencing Objects (we do have some examples, but you will have to develop the script, to get the referenced Objects in order to update them).
Kind regards,
Yinon
Team Riada
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.