I'd like to have an Insight Custom Field where the user would choose the ObjectType, IE: Computer, or Phone. Is this possible? Is there an IQL command which will call the objectType itself?
Once I do that I will have an Insight Custom Field below which references the first field, and shows a list of objects which match the chosen type, and also have outbound references to the current reporter (that part I have already figured out).
Thanks!
Hi Neil.
You can achieve this by having a Select List CF on the Issue where the options are available Object Types in Insight (e.g. Office, Employee, Host), then stating the following IQL in the Filter Issue Scope of the Insight CF:
objectType = ${Select List.label}
In this example, my select list CF is named "Select List", so used in the IQL as a placeholder wit ".label" will try to match an Object Type with the Name Label of the Option in the Select list.
Tested this here successfully with Insight 6.1.4. Note that this will not work in earlier versions of Insight (see here)
Kind regards,
Yinon
Team Riada
Thanks Yinon,
I appreciate your help. This looks like exactly what I was hoping for!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would it just be objecttype = "Device" and you'd have a device parent in your schema with phone, computer as child objects?
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.
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.