Difference between revisions of "Template: GetMaxReleaseDate"

From Genesys Documentation
Jump to: navigation, search
 
Line 3: Line 3:
 
IMPORTANT: this query uses hard coded uui values -->
 
IMPORTANT: this query uses hard coded uui values -->
 
{{#cargo_query:
 
{{#cargo_query:
tables=
+
tables=ComponentRN,
ComponentRN,
+
ComponentRN__DeploymentTypeId=DepId
ComponentRN__DeploymentTypeId=DepId
+
|join on=ComponentRN._ID=DepId._rowID
|join on=ComponentRN._ID=DepId._rowID
+
|fields=ComponentRN.ComponentId=ComponentId,
|fields=
+
MAX(ReleaseDate)=ReleaseDate
ComponentRN.ComponentId=ComponentId,
+
|where=ComponentRN._pageNamespace="0"  
MAX(ReleaseDate)=ReleaseDate
+
AND ComponentRN.ComponentId="{{{ComponentId|}}}"  
|where=
+
AND (DepId._value='5439f1be-1868-4091-b058-1667389b6ce1' OR DepId._value='ec194bf2-b79a-436d-8ff6-eaff94d9f43a')
ComponentRN._pageNamespace="0"
+
|format=template
AND ComponentRN.ComponentId="{{{ComponentId|}}}"
+
|template=GetReleaseDetails
AND (
+
|named args=yes
DepId._value='5439f1be-1868-4091-b058-1667389b6ce1'  
 
OR DepId._value='ec194bf2-b79a-436d-8ff6-eaff94d9f43a'
 
)
 
|format=template
 
|template=GetReleaseDetails
 
|named args=yes
 
 
}}
 
}}
 
</includeonly><noinclude>[[Category:RNAutomtion]][[Category:TrackConstants]][[Category:ComponentRN.ComponentId cleanup]]</noinclude>
 
</includeonly><noinclude>[[Category:RNAutomtion]][[Category:TrackConstants]][[Category:ComponentRN.ComponentId cleanup]]</noinclude>

Latest revision as of 19:45, June 17, 2022

Retrieved from "https://all.docs.genesys.com/Template:GetMaxReleaseDate (2025-06-19 14:18:49)"