Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | isPublicJSDComment(requestId_or_Key, commentId) | Package | | Alias | | Pkg Usage | | |
Excerpt |
---|
|
This routine returns the type of comment, if the comment is public, the routine will return "true"otherwise it will return "false". |
This routine returns the type of comment, if the comment is public, the routine will return "true"otherwise it will return "false".
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
requestId_or_Key | String | Yes | The ID or Key of the customer request from which the comment will be retrieved | commentId | Integer | Yes | The id of the JSD comment | |
Boolean
If the comment is public, the routine will return "true" otherwise it will return "false".
Th following code will return "true" if the comment with the provied id is public and "false" otherwise.
Code Block |
---|
|
isPublicJSDComment("SM-1", 10072); |
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jsd_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|