Difference between revisions of "Template: Event"
From Genesys Documentation
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|}}}" |
− | |||
− | |||
}} | }} | ||
=== 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|}}}" |
− | |||
− | |||
}} | }} | ||
</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.