I am trying to create a new custom field to chow the laptop options available for a job role but my mind is having a complete blank
What config do i need in the filter AQL
so based on the job role selected - Object (in a custom field before this)
Then present the laptops available (attribute)
example below
The assets field context need to be set as follows, if the Laptop options are references
Object schema: <name of schema>
Filter scope (AQL): objectType = Role
Filter issue scope (AQL): ("Laptop Options" = ${customfield_xxxxx.label})
Hi,
Thanks for the suggestion but no asset values are being returned ive tried tweaking the suggestion to see if that helps but didn't
ive also tweaked the attribute as it may have clashed with something else
Any ideas what im doing wrong - ive also tried objectType = "Job Roles" which is where the job roles are in assets
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.
Hi,
Do you want the asset scheme config of the job roles?
The job role field is set first
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looking at the field config of field JML - Job Role.
The options in this field are based on another option choosing in customfield_14076
So the config of the field so be like:
Object schema: Technology Services
Filter scope (AQL): objectType = "Job Role"
Filter issue scope (AQL): "Laptop Options" = ${customfield_14076}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Still getting no results, i'm wondering if this is due to me looking up other asset data in other fields
In the form at the bottom
Business function is customfield_14076
Job role in Customfield_14078
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are all objects in the same assets scheme or in different schemes?
Can you show the attribute details and in- and outbound references?
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.
Is also see a type in your configuration fro the field "Laptop"
Filter scope says "objectType = "Job Role" and not "Job Roles"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
managed to figure it out with this and it looking at inbound references from laptop options
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.