Difference between revisions of "Template: DeprecationNoticeList"

From Genesys Documentation
Jump to: navigation, search
Line 16: Line 16:
 
|join on=DeprecationNotices.MintyDocsProduct=MintyDocsProduct.DisplayName
 
|join on=DeprecationNotices.MintyDocsProduct=MintyDocsProduct.DisplayName
 
|fields=CONCAT('[[',DeprecationNotices._pageName,'|',Title,']]')=Feature or service,MintyDocsProduct=Associated product,Announced=Announcement date,RemovalStart=Deprecation 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}}}" AND MintyDocsProduct._pageNamespace="{{NAMESPACENUMBER}}"
 
|order by=Announced DESC
 
|order by=Announced DESC
 
}}
 
}}
Line 22: Line 22:
 
tables=DeprecationNotices
 
tables=DeprecationNotices
 
|fields=CONCAT('[[',_pageName,'|',Title,']]')=Feature or service,Announced=Announcement date,RemovalStart=Deprecation date
 
|fields=CONCAT('[[',_pageName,'|',Title,']]')=Feature or service,Announced=Announcement date,RemovalStart=Deprecation date
|where=_pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct="{{MINTYDOCSPRODUCT}}"
+
|where=_pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct="{{MINTYDOCSPRODUCT}}" AND MintyDocsProduct._pageNamespace="{{NAMESPACENUMBER}}"
 
|order by=Announced DESC
 
|order by=Announced DESC
 
}}
 
}}

Revision as of 19:41, April 30, 2020

Retrieved from "https://all.docs.genesys.com/Template:DeprecationNoticeList (2025-06-20 21:42:43)"