Is it possible to configure the Insight Read Only field to show multiple Insight objects?
For example: Let's say I have an Insight Object/s custom field which shows Application objects and is configured to allow multiple selections.
Each Application is related to potentially multiple Server objects. Each Server object may be related to multiple Contact objects.
If I choose multiple Application objects in my issue, I'd like to see in the Read Only field a display of all the related Contact objects be displayed.
Is this possible?
Yes that should be possible., if you can create an IQL for the list of objects to assign to the RO field, you can assign those objects.
I suspect you would be looking at something like this:
Assumption 1: the Application objects are selected in an insight custom fields called "Applications"
Assumption 2: Servers have Application attribute (Server appears as inbound objects on application objects)
Assumption 3: Servers have Contacts as an attribute (Server appears as inbound objects on Contact objects)
Filter Scope: objectType=Contact
Filter Assign Scope: object having inR(Application in ($Applications${0}}))
Awesome! Thank you! :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.