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