Identifiers
Any text not contained in quotes and adhering to the following rules is an identifier that refers to data in the context in which the expression is evaluated.
An identifier:
Includes one or more letters (a-z or A-Z), digits (0-9) or underscores
Starts with at least one letter
TODO Beispiel
Chaining
Identifiers can be chained together using dots (".") to reference functions or identifiers in nested namespaces.
For example:
Trim(LastName)
Trim(Company.Address.City)
CreateGuid(Company.Address.City)
Kontext
TODO: Beispiele welche Kontexte zur Verfügung stehen
Layout → Kontext = Klasse vom Layout
Filter
Property Visible, …
CRUD Restriction → Context → Zeigt auf user Claim Verbindung
Technischer Hintergrund
Um zu verstehen welche Entitäten in der jeweiligen Expression angesprochen werden können, sehen Sie die Technischen Hintergründe in:
DevOps -> Quino 10 -> Developer Documentation -> Expressions (Nur für Entwickler zugänglich)