Difference between revisions of "Template: DeprecationNoticeList"

From Genesys Documentation
Jump to: navigation, search
Line 15: Line 15:
 
tables=DeprecationNotices,MintyDocsProduct
 
tables=DeprecationNotices,MintyDocsProduct
 
|join on=DeprecationNotices.MintyDocsProduct=MintyDocsProduct.DisplayName
 
|join on=DeprecationNotices.MintyDocsProduct=MintyDocsProduct.DisplayName
|fields=CONCAT('[[',DeprecationNotices._pageName,'|',Title,']]')=Feature or service,MintyDocsProduct=Associated Product,Announced=Announced on,RemovalStart=Removal date
+
|fields=CONCAT('[[',DeprecationNotices._pageName,'|',Title,']]')=Feature or service,MintyDocsProduct=Associated Product,Announced=Announcement Date,RemovalStart=Deprecation Date
 
|where=DeprecationNotices._pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct.contentarea="{{{contentarea}}}"
 
|where=DeprecationNotices._pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct.contentarea="{{{contentarea}}}"
 
|order by=Announced DESC
 
|order by=Announced DESC
Line 21: Line 21:
 
|#default={{#cargo_query:
 
|#default={{#cargo_query:
 
tables=DeprecationNotices
 
tables=DeprecationNotices
|fields=CONCAT('[[',_pageName,'|',Title,']]')=Feature deprecated,Announced=Announced on,RemovalStart=Removal date
+
|fields=CONCAT('[[',_pageName,'|',Title,']]')=Feature deprecated,Announced=Announcement Date,RemovalStart=Deprecation Date
 
|where=_pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct="{{MINTYDOCSPRODUCT}}"
 
|where=_pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct="{{MINTYDOCSPRODUCT}}"
 
|order by=Announced DESC
 
|order by=Announced DESC

Revision as of 18:58, March 30, 2020

Retrieved from "https://all.docs.genesys.com/Template:DeprecationNoticeList (2025-06-20 16:06:45)"