Difference between revisions of "Template: DeprecationNoticeList"
From Genesys Documentation
(Renamed date columns) |
|||
Line 11: | Line 11: | ||
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= | + | |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 |