Difference between revisions of "Template: RNPrintFormat"

From Genesys Documentation
Jump to: navigation, search
Line 2: Line 2:
 
<ul>
 
<ul>
 
{{#cargo_query:
 
{{#cargo_query:
tables=ComponentRN,
+
    tables=
Issue,
+
        ComponentRN,
IssueCategory
+
        Issue,
|join on=ComponentRN._pageName=Issue._pageName,
+
        IssueCategory
Issue.IssueCategoryId=IssueCategory.Id
+
    |join on=
|fields=SupportingDocumentation,LocalContent,Issue.TicketNumber,SupportingDocumentation,NFBoilerplateId, ReleaseNumber,ComponentId
+
        ComponentRN._pageName=Issue._pageName,
|format=template
+
        Issue.IssueCategoryId=IssueCategory.Id
|template=RNPrintFormat2
+
    |fields=
|named args=yes
+
        SupportingDocumentation,
|where=ComponentRN.ComponentId="{{{ComponentId|}}}" AND ReleaseNumber="{{{ReleaseNumber|}}}" AND IssueCategoryId IS NOT NULL AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}" AND IssueCategory.SectionName="{{{Name|}}}"
+
        LocalContent,
|order by=IssueCategory.PrintOrder ASC
+
        Issue.TicketNumber,
|group by=LocalContent
+
        SupportingDocumentation,
 +
        NFBoilerplateId,
 +
        ReleaseNumber,
 +
        ComponentId
 +
    |format=template
 +
    |template=RNPrintFormat2
 +
    |named args=yes
 +
    |where=
 +
        ComponentRN.ComponentId="{{{ComponentId|}}}"  
 +
        AND ReleaseNumber="{{{ReleaseNumber|}}}"  
 +
        AND IssueCategoryId IS NOT NULL  
 +
        AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}"  
 +
        AND IssueCategory.SectionName="{{{Name|}}}"
 +
    |order by=IssueCategory.PrintOrder ASC
 +
    |group by=LocalContent
 
}}
 
}}
 
</ul><noinclude>[[Category:RNAutomation]][[Category:ComponentRN.ComponentId cleanup]]</noinclude>
 
</ul><noinclude>[[Category:RNAutomation]][[Category:ComponentRN.ComponentId cleanup]]</noinclude>

Revision as of 22:31, June 6, 2022

    No results
Retrieved from "https://all.docs.genesys.com/Template:RNPrintFormat (2025-06-19 14:26:52)"