Difference between revisions of "Template: PrintTopRN"

From Genesys Documentation
Jump to: navigation, search
(Update package: RN Automation: Data Structure)
 
(Update package: RN Automation: Data Structure)
Line 5: Line 5:
 
table=ComponentRN,DeploymentType
 
table=ComponentRN,DeploymentType
 
|join on=ComponentRN.DeploymentTypeId HOLDS DeploymentType.Id
 
|join on=ComponentRN.DeploymentTypeId HOLDS DeploymentType.Id
|fields=CONCAT('[[File:',Image,'|80px]]')
+
|intro=<div style="margin: -10px 0 -10px 0">
 +
|outro=</div>
 +
|fields=CONCAT('[[File:',Image,'|50px]]')
 
|delimiter=
 
|delimiter=
 
|where=ComponentId HOLDS "{{{ComponentId|}}}" AND ReleaseDate="{{{ReleaseDate|}}}" AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}"}}</td>
 
|where=ComponentId HOLDS "{{{ComponentId|}}}" AND ReleaseDate="{{{ReleaseDate|}}}" AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}"}}</td>
 
<td>{{{Highlights|}}}</td>
 
<td>{{{Highlights|}}}</td>
</tr><noinclude>[[Category:RNAutomation]]</noinclude>
+
</tr>
 +
<noinclude>[[Category:RNAutomation]]</noinclude>

Revision as of 15:09, March 25, 2021

A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT CONCAT('50px') FROM `cargo__ComponentRN` LEFT OUTER JOIN `cargo__ComponentRN__DeploymentTypeId` ON ((`cargo__ComponentRN`.`_ID`=`cargo__ComponentRN__DeploymentTypeId`.`_rowID`)) RIGHT OUTER JOIN `cargo__DeploymentType` ON ((`cargo__ComponentRN__DeploymentTypeId`.`_value`=`cargo__DeploymentType`.`Id`)) WHERE ComponentId HOLDS "" AND ReleaseDate="" AND `cargo__ComponentRN`.`_pageNamespace`="10" ORDER BY CONCAT('50px') LIMIT 100 Function: CargoSQLQuery::run Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HOLDS "" AND ReleaseDate="" AND `cargo__ComponentRN`.`_pageNamespace`="10" ORDE' at line 1 (127.0.0.1)

Retrieved from "https://all.docs.genesys.com/Template:PrintTopRN (2024-07-28 01:25:42)"