Difference between revisions of "Template: DeprecationNoticeList"
From Genesys Documentation
Line 12: | Line 12: | ||
|join on=DeprecationNotices.MintyDocsProduct=MintyDocsProduct.DisplayName | |join on=DeprecationNotices.MintyDocsProduct=MintyDocsProduct.DisplayName | ||
|fields=CONCAT('[[',_pageName,'|',Title,']]')=Feature or service,MintyDocsProduct=Associated Product,Announced=Announced on,RemovalStart=Removal date | |fields=CONCAT('[[',_pageName,'|',Title,']]')=Feature or service,MintyDocsProduct=Associated Product,Announced=Announced on,RemovalStart=Removal date | ||
− | |where=_pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct.contentarea="{{{contentarea}}}" | + | |where=DeprecationNotices._pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct.contentarea="{{{contentarea}}}" |
|order by=Announced DESC | |order by=Announced DESC | ||
}} | }} |