Difference between revisions of "Template: EPPOQueries"

From Genesys Documentation
Jump to: navigation, search
(fixing link to suite-level guide)
 
Line 127: Line 127:
 
}}
 
}}
 
|group by=ArticleIndexRN._pageName,Service.Name
 
|group by=ArticleIndexRN._pageName,Service.Name
 +
}}<!--
 +
 +
Adding link to Index RN and all services page on suite-level PE guide
 +
 +
-->{{#cargo_query:
 +
tables=Article
 +
|fields=CONCAT('{{Link-AnywhereElse|product=ReleaseNotes|version=Current|manual=GenesysEngage-cloud|topic=PrivateEdition|display text=Release Notes}}')
 +
|where=
 +
Article._pageName="{{FULLPAGENAME}}"
 +
AND (Article.productshort="PrivateEdition" OR Article.productshort="Draft:PrivateEdition")
 +
AND Article._pageNamespace="{{NAMESPACENUMBER}}"
 +
|format=template
 +
|template=ListItems
 +
|default=
 +
}}{{#cargo_query:
 +
tables=Article
 +
|fields=CONCAT('{{Link-AnywhereElse|product=PrivateEdition|version=Current|manual=PEGuide|topic=GEServices|display text=All services}}')
 +
|where=
 +
Article._pageName="{{FULLPAGENAME}}"
 +
AND (Article.productshort="PrivateEdition" OR Article.productshort="Draft:PrivateEdition")
 +
AND Article._pageNamespace="{{NAMESPACENUMBER}}"
 +
AND (Article._pageName!="PrivateEdition/Current/PEGuide/GEServices" AND Article._pageName!="Draft:PrivateEdition/Current/PEGuide/GEServices")
 +
|format=template
 +
|template=ListItems
 +
|default=
 
}}<!--  
 
}}<!--  
  

Latest revision as of 18:46, July 18, 2022

Retrieved from "https://all.docs.genesys.com/Template:EPPOQueries (2024-10-06 22:40:35)"