Difference between revisions of "User: Bgrenon/1"

From Genesys Documentation
Jump to: navigation, search
Line 1: Line 1:
==Sort "Article" pages by "GenesysEngage"==
 
<pre>
 
 
{{#cargo_query:
 
{{#cargo_query:
tables=Article, MintyDocsProduct, ContentAreaSection
+
tables=DeprecationNotices,MintyDocsProduct
|join on=Article.Product=MintyDocsProduct.displayname,MintyDocsProduct.contentarea=ContentAreaSection.DisplayName
+
|join on=DeprecationNotices.MintyDocsProduct=MintyDocsProduct.DisplayName
|fields=ContentAreaSection.Platform=Platform,MintyDocsProduct.displayname=Workspace,Article._pageName=Page
+
|fields=CONCAT('[[',DeprecationNotices._pageName,'|',Title,']]')=Feature or service,MintyDocsProduct=Associated product,Announced=Announcement date,RemovalStart=Deprecation date
|where=ContentAreaSection.Platform="GenesysEngage"
+
|where=DeprecationNotices._pageNamespace="0" AND MintyDocsProduct.contentarea="PureEngage"
|format=json
+
|order by=Announced DESC
}}
 
</pre>
 
{{#cargo_query:
 
tables=Article, MintyDocsProduct, ContentAreaSection
 
|join on=Article.Product=MintyDocsProduct.displayname,MintyDocsProduct.contentarea=ContentAreaSection.DisplayName
 
|fields=ContentAreaSection.Platform=Platform,MintyDocsProduct.displayname=Workspace,Article._pageName=Page
 
|where=ContentAreaSection.Platform="GenesysEngage"
 
|format=json
 
 
}}
 
}}

Revision as of 19:28, April 30, 2020

No results

Retrieved from "https://all.docs.genesys.com/User:Bgrenon/1 (2025-06-20 18:04:55)"