Difference between revisions of "Template: DeprecationNoticeList"
From Genesys Documentation
Line 2: | Line 2: | ||
display name=Feature Deprecations}} | display name=Feature Deprecations}} | ||
− | This article lists the features and functionality that Genesys has removed from {{#cargo_query:tables=MintyDocsProduct, DeprecationNotices|fields=MintyDocsProduct.contentarea|join on=DeprecationNotices.MintyDocsProduct=MintyDocsProduct.DisplayName|where=DeprecationNotices.MintyDocsProduct="Reporting"|default=PureCloud}} | + | This article lists the features and functionality that Genesys has removed from {{#cargo_query:tables=MintyDocsProduct, DeprecationNotices|fields=MintyDocsProduct.contentarea|join on=DeprecationNotices.MintyDocsProduct=MintyDocsProduct.DisplayName|where=DeprecationNotices.MintyDocsProduct="Reporting"|default=PureCloud}} or will deprecate in a future update. Development and support for each item discontinues on the designated removal date. |
− | |||
− | |||
Click in the table below to learn more about each feature deprecation. Below the table, review the list of frequently asked questions. | Click in the table below to learn more about each feature deprecation. Below the table, review the list of frequently asked questions. | ||
+ | {{#switch:{{{contentarea}}} | ||
+ | |PureEngage= | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=DeprecationNotices | tables=DeprecationNotices | ||
Line 13: | Line 13: | ||
|where=_pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct="{{MINTYDOCSPRODUCT}}" | |where=_pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct="{{MINTYDOCSPRODUCT}}" | ||
|order by=Announced DESC | |order by=Announced DESC | ||
+ | }} | ||
+ | |#default={{#cargo_query: | ||
+ | tables=DeprecationNotices | ||
+ | |fields=CONCAT('[[',_pageName,'|',Title,']]')=Feature deprecated,Announced=Announced on,RemovalStart=Removal date | ||
+ | |where=_pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct="{{MINTYDOCSPRODUCT}}" | ||
+ | |order by=Announced DESC | ||
+ | }} | ||
}} | }} | ||