Jump to: navigation, search

Difference between revisions of "HowTo:Create a new Query"


 
Line 5: Line 5:
 
# Set at least name, description of the query and its '''FILTEROBJECT''' (MetaClass of the objects that should be found)
 
# Set at least name, description of the query and its '''FILTEROBJECT''' (MetaClass of the objects that should be found)
 
# Save the changes with {{key press|Ctrl|S}} or the save command
 
# Save the changes with {{key press|Ctrl|S}} or the save command
 +
 +
==Adding Properties to a Query==
 +
You can add additional properties to a query. For example it is possible to add the classification [[SYSCLS CHILDITEMTEMPLATE]], for defining individual customizations for a query.
 +
# Navigate to the [[MetaClass]] ''Query'' via the ''[[Class Browser]]'' and derive a new metaclass directly from the metaclass ''Query''<br/>[[File:DerivenewQuery.PNG|330 px|border]]
 +
#[[HowTo:Add a MetaProperty to a MetaClass]] or [[HowTo:Assign a Classification to a MetaClass]]
 +
# Save the changes with {{key press|Ctrl|S}} or the save command
 +
  
 
==See also==
 
==See also==

Latest revision as of 08:42, 5 December 2019

The Query is used for the collection of objects. These collections are used for the scanning of objects (barcode, QR code) and for the filtering of objects on the mobile client.

  1. Navigate to the MetaClass Query via the Class Browser
    Query
  2. Create a new instance using the Bulk Editor
    Query
  3. Set at least name, description of the query and its FILTEROBJECT (MetaClass of the objects that should be found)
  4. Save the changes with Ctrl+S or the save command

Adding Properties to a Query

You can add additional properties to a query. For example it is possible to add the classification SYSCLS CHILDITEMTEMPLATE, for defining individual customizations for a query.

  1. Navigate to the MetaClass Query via the Class Browser and derive a new metaclass directly from the metaclass Query
    DerivenewQuery.PNG
  2. Add a MetaProperty to a MetaClass or Assign a Classification to a MetaClass
  3. Save the changes with Ctrl+S or the save command


See also