I have services schema(Built-in) and asset schema which has servers listed. I have linked Assets with services as shown in snapshot.
In portal I have made 2 assets type field 1 is service and 1 is server. When one service is selected, In next servers list only linked servers should be in drop down.. How can i achieve this using AQL in Filter issue.
Pictures attached in Answers.
objectType = Servers AND "Software Services" = ${customfield_11186}
This value in Filter issue scope worked for me.
You need to provide a filter scope on the field server
e.g. object having inR(label = ${customfield_xxxxx.label}), where xxxxx is the id of custom field
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This needs to be part of the filter to: object having
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.