You can create multiple data source definitions under the Data Sources tab.
Click the Add Data Source button to add a new one.
Give a unique name to your data source definition. Write your AQL query to filter the objects from your JSM Assets.
Pro Tips:
If you don’t specify the Object Schema name (
objectSchema
) or the Object Schema ID (objectSchemaId
), the query will run across the schemas. This is sometimes useful. On the other hand, if you have a very large number of objects, we recommend using the scheme name or ID in your query.Filter as much as possible and enjoy the advanced features of AQL by using the
objectType
orobjectTypeId
keywords.Two functions are helpful in case you want to filter according to the portal user:
currentUser()
andcurrentReporter()
Here are some example AQLs:
AQL | Description |
---|---|