Difference between revisions of "Template: Event"
From Genesys Documentation
(Created page with "<noinclude> This is the "Event" template. It should be called in the following format: <pre> {{Event |Id= |Name= |Description= |MandatoryAttributes= |OptionalAttributes= |Serv...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 39: | Line 39: | ||
|Topic={{{Topic|}}} | |Topic={{{Topic|}}} | ||
}} | }} | ||
− | |||
{{AnchorDiv|{{{Name}}}}} | {{AnchorDiv|{{{Name}}}}} | ||
=={{{Name|}}}== | =={{{Name|}}}== | ||
Line 54: | 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 67: | 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.