Hi everyone, new here.
Sorry won't be able to provide any screen shot but I can describe it as simple as possible. What I want is to only show the Clients based in certain location.
Is that possible? And if so, how to set it up in Asset custom field?
Thanks for everyone who helps.
Hi @Nina
You may want to create two asset custom fields (i.e. Client and Location)first.
For the Client custom field, Filter scope (AQL): objectType = "Client"
For the Location custom field, Filter scope (AQL): objectType = "Location"
Filter issue scope(AQL): Client = ${customerfield_client}
Your users should be able to select locations where the selected clients are.
Thx for the solution @Zoey Wang
Will test it out.
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.