Difference between revisions of "Template: EPPOQueries"
From Genesys Documentation
(Created page with "<!-- add link to HIW portal to HIW pages -->{{#cargo_query: tables=HIW |fields=CONCAT('Getting started with Genesys Multicloud CX') |where=HIW._page...") |
|||
Line 1: | Line 1: | ||
− | <!-- | + | <includeonly><!-- |
add link to HIW portal to HIW pages | add link to HIW portal to HIW pages | ||
Line 64: | Line 64: | ||
|fields=CONCAT('[[',MintyDocsManual._pageName ,'|Suite-level guide]]') | |fields=CONCAT('[[',MintyDocsManual._pageName ,'|Suite-level guide]]') | ||
|where= | |where= | ||
− | Article._pageName="{{FULLPAGENAME}}" | + | MintyDocsManual._pageNamespace="{{NAMESPACENUMBER}}" |
+ | AND Article._pageName="{{FULLPAGENAME}}" | ||
AND Article.Manual=MintyDocsManual.Manual | AND Article.Manual=MintyDocsManual.Manual | ||
+ | AND Article.productshort=MintyDocsManual.product | ||
AND MintyDocsManual._pageName!="{{FULLPAGENAME}}" | AND MintyDocsManual._pageName!="{{FULLPAGENAME}}" | ||
AND MintyDocsManual._pageName NOT LIKE "%Boilerplate%" | AND MintyDocsManual._pageName NOT LIKE "%Boilerplate%" | ||
+ | AND MintyDocsManual.ServiceId IS NOT NULL | ||
|format=template | |format=template | ||
|template=ListItems | |template=ListItems | ||
Line 84: | Line 87: | ||
AND MintyDocsManual._pageName NOT LIKE "%Boilerplate%" | AND MintyDocsManual._pageName NOT LIKE "%Boilerplate%" | ||
AND Article._pageName NOT LIKE "%GEServices%" | AND Article._pageName NOT LIKE "%GEServices%" | ||
+ | AND MintyDocsManual.ServiceId IS NOT NULL | ||
|format=template | |format=template | ||
|template=ListItems | |template=ListItems | ||
Line 105: | Line 109: | ||
|format=template | |format=template | ||
|template=ListItems | |template=ListItems | ||
− | |default= | + | |default= |
{{#cargo_query: | {{#cargo_query: | ||
tables=ArticleCloudRN,MintyDocsManual,Article,Service | tables=ArticleCloudRN,MintyDocsManual,Article,Service | ||
Line 183: | Line 187: | ||
|#default= | |#default= | ||
|Yes= | |Yes= | ||
+ | {{#cargo_query: <!-- Adding link to helm/containers RN page --> | ||
+ | tables=Article,ArticleHelmRN,Service | ||
+ | |join on= | ||
+ | Article._pageNamespace=ArticleHelmRN._pageNamespace, | ||
+ | ArticleHelmRN.ServiceId HOLDS Service.Id | ||
+ | |fields=CONCAT('[[',ArticleHelmRN._pageName,'|',ArticleHelmRN.DisplayName,']]') | ||
+ | |where= | ||
+ | {{#arraymap:{{{ServiceId|}}}|,|x|(Article._pageName="{{FULLPAGENAME}}" AND ArticleHelmRN.ServiceId HOLDS 'x')||OR }} | ||
+ | AND ArticleHelmRN._pageName != "{{FULLPAGENAME}}" | ||
+ | |format=template | ||
+ | |delimiter= | ||
+ | |template=ListItems | ||
+ | |default= | ||
+ | |group by=ArticleHelmRN._pageName,ArticleHelmRN.DisplayName | ||
+ | }} | ||
{{#if: <!-- check if page is IndexRN --> | {{#if: <!-- check if page is IndexRN --> | ||
{{#cargo_query: | {{#cargo_query: | ||
Line 218: | Line 237: | ||
}} | }} | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
| | | | ||
− | }}< | + | }}</includeonly> |