Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

You can create multiple data source definitions under the Data Sources tab.

Screenshot 2024-11-15 at 15.37.47.png

1- Click the Add Data Source button to add a new one.

Screenshot 2024-11-15 at 15.40.02.png

2- Your data source definition should be given a unique name. 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 or objectTypeId keywords.

  • Two functions are helpful in case you want to filter according to the portal user: currentUser() and currentReporter()

Here are some example AQLs:

AQL

Description

3-

  • No labels