Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Screenshot 2024-11-15 at 15.37.47.pngImage Added

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

Screenshot 2024-11-15 at 15.40.02.pngImage Added

Give a unique name to your data source definition. Write your AQL query to filter the objects from your JSM Assets.

Info

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