Difference between revisions of "Template: RNPrintFormat"

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

Latest revision as of 16:16, June 21, 2022

    No results
Retrieved from "https://all.docs.genesys.com/Template:RNPrintFormat (2025-06-19 16:02:48)"