---
title: "getJSDCommentPrivacy (Power Scripts)"
canonical: "https://support.appfire.com/space/PSJ/15483771/getJSDCommentPrivacy%20(Power%20Scripts)"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getJSDCommentPrivacy(); | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Returns the privacy of comment entered on a transition screen. If the comment is internal, it will return "internal" and "external" otherwise.

Returns the privacy of comment entered on a transition screen. If the comment is internal, it will return "internal" and "external" otherwise.

## Return Type

**String**

Returns the privacy of the comment entered on the transition screen.

## Example


Returns the privacy of the comment entered on the transition screen.

```
return getJSDCommentPrivacy();
```

Returns the privacy of the comment entered on the transition screen.

## See also

> Macro (contentbylabel)