Difference between revisions of "User: Bgrenon/1"
From Genesys Documentation
Line 1: | Line 1: | ||
+ | ==Combined query == | ||
{{#cargo_compound_query: | {{#cargo_compound_query: | ||
tables=Article,MintyDocsProduct ;join on=Article.productshort=MintyDocsProduct.workspace_id;fields=Article._pageName=Page,Article.Product=Product;where=Article._pageNamespace="0" AND MintyDocsProduct.contentarea="Genesys Engage Multicloud";limit=10000 | tables=Article,MintyDocsProduct ;join on=Article.productshort=MintyDocsProduct.workspace_id;fields=Article._pageName=Page,Article.Product=Product;where=Article._pageNamespace="0" AND MintyDocsProduct.contentarea="Genesys Engage Multicloud";limit=10000 | ||
Line 4: | Line 5: | ||
|format=dynamic table | |format=dynamic table | ||
}} | }} | ||
+ | ==Shared content area for Engage (excluding Purecloud and PureConnect only pages)== | ||
+ | {{#cargo_query: | ||
+ | tables=Article,MintyDocsProduct,ContentAreaSection | ||
+ | |join on=Article.productshort=MintyDocsProduct.workspace_id,MintyDocsProduct.contentarea=ContentAreaSection.DisplayName | ||
+ | |fields=Article._pageName=Page | ||
+ | |where=Article._pageNamespace="0" AND contentarea="Shared" AND (Article.Platform!="PureCloud" AND Article.Platform!="PureConnect") | ||
+ | |format=dynamic table | ||
+ | |limit=10000 | ||
+ | }} | ||
+ | |||
+ | ==Genesys Engage Multicloud content area== | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Article,MintyDocsProduct | tables=Article,MintyDocsProduct | ||
Line 14: | Line 26: | ||
}} | }} | ||
+ | ==Use Cases were platform=PureEngage and PureEngageCloud== | ||
{{#cargo_query: | {{#cargo_query: | ||
|tables=PublicUseCase | |tables=PublicUseCase |
Revision as of 15:26, June 12, 2020
Contents
Combined query[ | edit source]
Page | Product |
---|---|
Page | Product |
Shared content area for Engage (excluding Purecloud and PureConnect only pages)[ | edit source]
Genesys Engage Multicloud content area[ | edit source]
No results
Use Cases were platform=PureEngage and PureEngageCloud[ | edit source]
No results