Difference between revisions of "Template: Event"

From Genesys Documentation
Jump to: navigation, search
 
Line 53: Line 53:
 
EventAttribute.ShortDesc=Short description
 
EventAttribute.ShortDesc=Short description
 
|where=
 
|where=
Event.MandatoryAttributes HOLDS EventAttribute.Id
+
Event.MandatoryAttributes HOLDS EventAttribute.Id AND Event.Id = "{{{Id|}}}"
|group by=
 
EventAttribute.Name
 
 
}}
 
}}
 
=== Optional Attributes ===
 
=== Optional Attributes ===
Line 68: Line 66:
 
EventAttribute.ShortDesc=Short description
 
EventAttribute.ShortDesc=Short description
 
|where=
 
|where=
Event.OptionalAttributes HOLDS EventAttribute.Id
+
Event.OptionalAttributes HOLDS EventAttribute.Id AND Event.Id = "{{{Id|}}}"
|group by=
 
EventAttribute.Name
 
 
}}  
 
}}  
 
</includeonly>
 
</includeonly>

Latest revision as of 13:30, September 22, 2022

This is the "Event" template. It should be called in the following format:

{{Event
|Id=
|Name=
|Description=
|MandatoryAttributes=
|OptionalAttributes=
|ServiceId=
|AttributeKey=
|Topic=
}}

Edit the page to see the template text. This template defines the table "Event". This table has not been created yet.


Retrieved from "https://all.docs.genesys.com/Template:Event (2025-08-29 15:31:20)"