Difference between revisions of "Template: Component"

From Genesys Documentation
Jump to: navigation, search
(Update package: RN Automation)
(Adding ParentComponentId)
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
This is the "Component" template.
 
This is the "Component" template.
 
It should be called in the following format:
 
It should be called in the following format:
TEST
 
 
<pre>
 
<pre>
 
{{Component
 
{{Component
 
|Id=
 
|Id=
 
|Name=
 
|Name=
|DeploymentType=
+
|DeploymentTypeId=
 +
|IpName=
 +
|ParentComponentId=
 
}}
 
}}
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
{{#cargo_declare:_table=Component|Id=String|Name=String|DeploymentType=String}}
+
{{#cargo_declare:_table=Component|Id=String|Name=String|DeploymentTypeId=String|IpName=String|ParentComponentId=String}}
</noinclude><includeonly>{{#cargo_store:_table=Component|Id={{{Id|}}}|Name={{{Name|}}}|DeploymentType={{{DeploymentType|}}} }}
+
</noinclude><includeonly>{{#cargo_store:_table=Component|Id={{{Id|}}}|Name={{{Name|}}}|DeploymentTypeId={{{DeploymentTypeId|}}}|IpName={{{IpName|}}}|ParentComponentId={{{ParentComponentId|}}} }}
 
</includeonly><noinclude>[[Category:RNAutomation]]</noinclude>
 
</includeonly><noinclude>[[Category:RNAutomation]]</noinclude>

Latest revision as of 12:50, April 28, 2022

This is the "Component" template. It should be called in the following format:

{{Component
|Id=
|Name=
|DeploymentTypeId=
|IpName=
|ParentComponentId=
}}

Edit the page to see the template text. This template defines the table "Component". View table.

Retrieved from "https://all.docs.genesys.com/Template:Component (2025-06-20 18:02:34)"