Difference between revisions of "User: Bgrenon"

From Genesys Documentation
Jump to: navigation, search
Line 1: Line 1:
 
{{#cargo_query:
 
{{#cargo_query:
tables=Section
+
tables=Article,MintyDocsProduct,ContentAreaSection,DefinePlatforms
|fields=_pageName,Status
+
|join on=Article.Product=MintyDocsProduct.displayname,MintyDocsProduct.contentarea=ContentAreaSection.DisplayName,ContentAreaSection.Platform_ID=DefinePlatforms.Platform_ID
|where=Status="Yes"
+
|fields=DefinePlatforms.Platform_ID,Article._pageName
 +
|where=Article._pageName="System/AllDeprecations"
 
}}
 
}}
  
{{#cargo_query:
+
<!--
tables=Article
+
Article,MintyDocsProduct,ContentAreaSection,DefinePlatforms'
|fields=Article._pageName,Article.UseCase
+
      fields = 'DefinePlatforms.Platform_ID=ID'
|where=UseCase IS NOT NULL
+
      local args = {
}}
+
      join = 'Article.Product=MintyDocsProduct.displayname,MintyDocsProduct.contentarea=ContentAreaSection.DisplayName,ContentAreaSection.Platform_ID=DefinePlatforms.Platform_ID',
 +
        where = 'Article._pageName = "' .. mw.title.getCurrentTitle().prefixedText .. '"',
 +
        }
 +
      local result = cargo.query( tables, fields, args )
 +
for i, row in ipairs(result) do
 +
            text = row.ID
 +
        end
 +
        return text
 +
-->

Revision as of 21:29, January 17, 2022

Retrieved from "https://all.docs.genesys.com/User:Bgrenon (2024-11-09 13:06:33)"