I try todo the following:
I have a Object in Insight, called "Logins", this Object has two fields:
- "Related Application" - Type: Object / Type Value: Another Object called "Applications"
- "Related Privileges" - Type: Object / Type Value: Another Object called "Privileges"
The Object "Privileges" contains (among others) the Attribut "Accossiated Application", here the Object "Applications" is choosen. (outbound connection)
Now the issue:
In Object "Logins" I set the attribut "Related Application". Then I choose the attribut "Related Privilegs" but for this Object, there souldn't be all available privileges visible, only the ones for the Application i choosed.
So i wanna "Filter" the content, based which is choosen at "Related Application" in the other attribute.
Is there a possibility todo such a filtering?
Yes, in your Login attributes, click the config wheel for the Related Privileges attribute.
In filter objects, you can enter an IQL like:
"Associated Application" = ${Related Application}
If Related Application allows mulitples, the IQL will be
"Associated Application" in ${Related Application${0}}
or (I am never sure)
"Associated Application" in (${Related Application${0}})
This works for me directly from Assets but would like to know if it can work when filling out a request form in Service desk .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes that will work in jira and jsm forms as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Very useful, I'd suggest to have this feature better documented. I had an hard time finding a solution since I finally got here!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is documented here: https://confluence.atlassian.com/servicemanagementserver/advanced-placeholders-1044784599.html
I preferred the documentation when it was on the old mindville site. The new site relies on knowing the right search terms. You can't just browse all the pages and read them systematically.
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.