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:
 +
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
 +
}}
 +
</pre>
 
{{#cargo_query:
 
{{#cargo_query:
 
tables=Article, MintyDocsProduct, ContentAreaSection
 
tables=Article, MintyDocsProduct, ContentAreaSection

Revision as of 18:57, March 23, 2020

Sort "Article" pages by "GenesysEngage"[ | edit source]

{{#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
}}
Error: No field named "Platform" found for the database table "ContentAreaSection".
Retrieved from "https://all.docs.genesys.com/User:Bgrenon/1 (2025-06-20 12:32:32)"