Difference between revisions of "Template: Service"

From Genesys Documentation
Jump to: navigation, search
 
Line 12: Line 12:
 
|workspace_id=
 
|workspace_id=
 
|ShortName=
 
|ShortName=
 +
|Released=
 
}}
 
}}
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
{{#cargo_declare:_table=Service|Id=String|Name=String|URLName=String|ServiceGroupId=String|workspace_id=String|ShortName=String}}
+
{{#cargo_declare:
</noinclude><includeonly>{{#cargo_store:_table=Service|Id={{{Id|}}}|ServiceGroupId={{{ServiceGroupId|}}}|Name={{{Name|}}}|workspace_id={{{workspace_id|}}}|ShortName={{{ShortName|}}}|URLName={{{URLName|}}} }}</includeonly>
+
    _table=Service
 +
    |Id=String
 +
    |Name=String
 +
    |URLName=String
 +
    |ServiceGroupId=String
 +
    |workspace_id=String
 +
    |ShortName=String
 +
    |Released=Boolean
 +
}}
 +
</noinclude><includeonly><!--
 +
 
 +
    storing values in Service table
 +
 
 +
-->{{#cargo_store:
 +
    _table=Service
 +
    |Id={{{Id|}}}
 +
    |ServiceGroupId={{{ServiceGroupId|}}}
 +
    |Name={{{Name|}}}
 +
    |workspace_id={{{workspace_id|}}}
 +
    |ShortName={{{ShortName|}}}
 +
    |URLName={{{URLName|}}}  
 +
    |Released={{{Released|}}}
 +
}}</includeonly>

Latest revision as of 19:59, July 21, 2022

Recreate Data

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

{{Service
|Id=
|Name=
|URLName=
|ServiceGroupId=
|workspace_id=
|ShortName=
|Released=
}}

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

Retrieved from "https://all.docs.genesys.com/Template:Service (2024-05-02 14:57:45)"