Difference between revisions of "Template: Component"
From Genesys Documentation
(Update package: RN Automation) |
(Update package: RN Automation: Data Structure) |
||
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: | ||
− | |||
<pre> | <pre> | ||
{{Component | {{Component | ||
|Id= | |Id= | ||
|Name= | |Name= | ||
− | | | + | |DeploymentTypeId= |
}} | }} | ||
</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| | + | {{#cargo_declare:_table=Component|Id=String|Name=String|DeploymentTypeId=String}} |
− | </noinclude><includeonly>{{#cargo_store:_table=Component|Id={{{Id|}}}|Name={{{Name|}}}| | + | </noinclude><includeonly>{{#cargo_store:_table=Component|Id={{{Id|}}}|Name={{{Name|}}}|DeploymentTypeId={{{DeploymentTypeId|}}} }} |
</includeonly><noinclude>[[Category:RNAutomation]]</noinclude> | </includeonly><noinclude>[[Category:RNAutomation]]</noinclude> |
Revision as of 16:39, June 9, 2021
This is the "Component" template. It should be called in the following format:
{{Component |Id= |Name= |DeploymentTypeId= }}
Edit the page to see the template text. This template defines the table "Component". View table.