...
Property | UI Field Name | Description | Specifications | Required |
---|
Anchor |
---|
| description - GV |
---|
| description - GV |
---|
|
description | Description | User-defined; description of this record. |
| N |
| Name | Name used within the Controller to identify this Global Variable. | Contains a maximum of 40 alphanumerics. | Y |
Anchor |
---|
| opswiseGroups - GV |
---|
| opswiseGroups - GV |
---|
|
opswiseGroups | Member of Business Services | Business Services that this record belongs to. XML
Panel |
---|
Html bobswift |
---|
<pre>
<opswiseGroups>
<opswiseGroup>test</opswiseGroup>
</opswiseGroups>
</pre> |
|
JSON
Panel |
---|
Html bobswift |
---|
<pre>
"opswiseGroups": ["test"]
</pre> |
|
|
| N |
Anchor |
---|
| retainSysIds - GV |
---|
| retainSysIds - GV |
---|
|
retainSysIds | n/a | Specification for whether or not the Create a Create a Global Variable web service will persist the sysId property. Html bobswift | <ul>
<li> If <b>retainSysIds</b> and <code>sysId</code> is included in the - and
sysId is included in the request/response, <code>sysId</code> will be persisted to the database.
<li> If <b>retainSysIds</b>-
sysId will be persisted to the database. - If retainSysIds="false"
and <code>sysId</code> is included in the - and
sysId is included in the request/response, <code>sysId</code> will be
</ul>
Note |
---|
| In XML, retainSysIds is specified as an attribute in the <variable> element. |
| Valid values: true/false (default is true). | N |
| n/a | System ID field in the database for a record. | Persisted only if retainSysIds is set to true. | N |
| Value | Value of this variable. | Maximum = 25000 characters. | N |
...
Property | UI Field Name | Description | Specifications | Required |
---|
| n/a | Type of variable to be returned in the Response. | Valid values (case insensitive): Html bobswift | <ul>
<li> global
<li> local
<li> task
<li> trigger
</ul>Default is global. | N |
Anchor |
---|
| taskName - LReq |
---|
| taskName - LReq |
---|
|
taskName | n/a | If scope is task; Name of task. |
| Y |
Anchor |
---|
| triggerName - LReq |
---|
| triggerName - LReq |
---|
|
triggerName | n/a | If scope is trigger; Name of the trigger. |
| Y |
Anchor |
---|
| variableName - LReq |
---|
| variableName - LReq |
---|
|
variableName | n/a | If scope is global (or local), and variableName is not specified, all Global (or Local) variables are returned in the Response. If scope is Global (or Local), and variableName is specified, all Global (or Local) variables matching that name are returned in the Response. | Wildcards are supported. | N |
...
Parameter | Description |
| Specifications | Required |
---|
businessServices
| n/a | Business Services that this Variable belongs to. | String value of comma separated business service | N |
scope
| n/a | Type of variable to be returned in the Response. | Valid values (case insensitive): Default is global. | N |
taskname
| n/a | If scope is task; Name of task. |
| Y (if scope = task) |
triggername
| n/a | If scope is trigger; Name of the trigger. |
| Y (if scope = trigger) |
variablename
| n/a | - If
scope is global (or local), and variableName is not specified, all Global (or Local) variables are returned in the Response. - If
scope is global (or local), and variableName is specified, all Global (or Local) variables matching that name are returned in the Response.
| Wildcards are supported. | N |
Anchor |
---|
| List Variables - Advanced Example Response |
---|
| List Variables - Advanced Example Response |
---|
|
List Variables - Advanced: Example Response
...