Difference between revisions of "Template: ArticleCloudRN"

From Genesys Documentation
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 103: Line 103:
 
   |join on=
 
   |join on=
 
     ArticleCloudRN.ComponentId HOLDS ComponentRN.ComponentId,
 
     ArticleCloudRN.ComponentId HOLDS ComponentRN.ComponentId,
     ComponentRN._ID =ComponentRN__DeploymentTypeId._rowID
+
     ComponentRN._ID=ComponentRN__DeploymentTypeId._rowID
 
   |fields=
 
   |fields=
 
     ComponentRN.ComponentId,
 
     ComponentRN.ComponentId,
Line 116: Line 116:
 
   |limit=10000
 
   |limit=10000
 
   |order by=ComponentRN.ReleaseDate DESC
 
   |order by=ComponentRN.ReleaseDate DESC
   |group by=ComponentRN.ComponentId,
+
   |group by=
 +
  ComponentRN._pageID,
 +
  ComponentRN.ComponentId,
 
     ComponentRN.ReleaseNumber,
 
     ComponentRN.ReleaseNumber,
 
     ComponentRN.ReleaseDate,
 
     ComponentRN.ReleaseDate,
     ComponentRN.Highlight,
+
     ComponentRN.Highlight
    ComponentRN.HighlightBoilerplateId
 
 
   |named args=yes
 
   |named args=yes
 
   |format=template
 
   |format=template
Line 126: Line 127:
 
   |intro=
 
   |intro=
 
       <table class="sortable" style="font-size:90%">
 
       <table class="sortable" style="font-size:90%">
       <tr>
+
       <tr>{{#ifeq:{{#cargo_query:tables=ArticleCloudRN,ArticleCloudRN__ComponentId|join on=ArticleCloudRN._ID=ArticleCloudRN__ComponentId._rowID|fields=COUNT(*)|where=ArticleCloudRN._pageName="{{FULLPAGENAME}}" AND ArticleCloudRN._pageNamespace="{{NAMESPACENUMBER}}"|no html}}|1||<th rowspan="2" style="width:15%">Service</th>}}
        {{#ifeq:{{#cargo_query:tables=ArticleCloudRN,ArticleCloudRN__ComponentId|join on=ArticleCloudRN._ID=ArticleCloudRN__ComponentId._rowID|fields=COUNT(*)|where=ArticleCloudRN._pageName="{{FULLPAGENAME}}" AND ArticleCloudRN._pageNamespace="{{NAMESPACENUMBER}}"|no html}}|1||<th rowspan="2" style="width:15%">Service</th>}}  
 
 
       <th rowspan="2" style="width:12%">Available</th>
 
       <th rowspan="2" style="width:12%">Available</th>
       <th colspan="3" style="text-align: center>Genesys CX on</th>
+
       <th colspan="2" style="text-align: center>Genesys CX on</th>
 
   <th rowspan="2">Private edition</th>
 
   <th rowspan="2">Private edition</th>
 
       <th rowspan="2">Highlights</th>
 
       <th rowspan="2">Highlights</th>
Line 137: Line 137:
 
       <th>AWS</th>
 
       <th>AWS</th>
 
   <th>Azure</th>
 
   <th>Azure</th>
   <th>GCP</th>
+
   <!--<th>GCP</th>-->
 
   <tr>
 
   <tr>
 
   |outro=</table>
 
   |outro=</table>
Line 146: Line 146:
 
-->{{#cargo_query:
 
-->{{#cargo_query:
 
   tables=
 
   tables=
     Issue,
+
     Component,
 
     ComponentRN,
 
     ComponentRN,
     ComponentRN__DeploymentTypeId,
+
     ComponentRN__DeploymentTypeId
    Component
 
 
   |join on=
 
   |join on=
    Issue._pageName=ComponentRN._pageName,
+
  Component.Id=ComponentRN.ComponentId,
     ComponentRN._ID=ComponentRN__DeploymentTypeId._rowID,
+
     ComponentRN._ID=ComponentRN__DeploymentTypeId._rowID
    ComponentRN.ComponentId=Component.Id
 
 
   |fields=
 
   |fields=
 
     ComponentId=Component,
 
     ComponentId=Component,
 
     ComponentRN.ReleaseNumber=ReleaseNumber,
 
     ComponentRN.ReleaseNumber=ReleaseNumber,
 
     ComponentRN.ReleaseDate=ReleaseDate,
 
     ComponentRN.ReleaseDate=ReleaseDate,
     PrivateEditionReleaseDate,
+
     Component.Name=ComponentName,
     ComponentRN._pageName=Page,
+
     ComponentRN._pageName=Page
    Component.Name=ComponentName
 
 
   |format=template
 
   |format=template
 
   |template=RNPrint
 
   |template=RNPrint
Line 169: Line 166:
 
   |named args=yes
 
   |named args=yes
 
   |order by=ComponentRN.ReleaseDate DESC
 
   |order by=ComponentRN.ReleaseDate DESC
   |group by=ComponentRN._pageName
+
   |group by=
 +
  Component._pageID,
 +
  ComponentRN._pageID,
 +
  ComponentRN.ComponentId,
 +
  ComponentRN.ReleaseNumber,
 +
  ComponentRN.ReleaseDate,
 +
  Component.Name,
 +
  ComponentRN._pageName
 
}}
 
}}
  

Latest revision as of 05:45, December 21, 2022

This is the "ArticleCloudRN" template.

It should be called in the following format:

{{ArticleCloudRN
|ServiceId=
|DepGuideServiceId=
|ComponentId=
|DeploymentTypeId=
|ReleaseTypeId=
|Footer=
}}

Edit the page to see the template text.

This template defines the table "ArticleCloudRN". View table. This template adds rows to the table "Article", which is declared by the template Article. View table.

Retrieved from "https://all.docs.genesys.com/Template:ArticleCloudRN (2024-09-01 21:26:10)"