Difference between revisions of "User: Bgrenon/1"
From Genesys Documentation
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".