Difference between revisions of "Template: EPPOQueries"

From Genesys Documentation
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 62: Line 62:
 
tables=Article,MintyDocsManual
 
tables=Article,MintyDocsManual
 
|join on=Article._pageNamespace=MintyDocsManual._pageNamespace
 
|join on=Article._pageNamespace=MintyDocsManual._pageNamespace
|fields=CONCAT('[[',MintyDocsManual._pageName ,'|Suite-level guide]]')
+
|fields=CONCAT('{{Link-AnywhereElse|product=PrivateEdition|version=Current|manual=PEGuide|display text=Suite-level guide}}')
 
|where=
 
|where=
 
MintyDocsManual._pageNamespace="{{NAMESPACENUMBER}}"
 
MintyDocsManual._pageNamespace="{{NAMESPACENUMBER}}"
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 (2025-06-19 09:51:51)"