Notes.makePublic (Method)
Sets a note's visibility state to either public or private.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
noteID | NoteID | Required | A note's ID. |
isPrivate | Boolean | Required | A Boolean value which when set to true makes a note private. |
Context:
License Requirements | None |
Permission Requirements | Contributor |
Deny Context | None |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
76007 | You must have author, edit, or admin permissions for the object to which the specified note is assigned. |
76009 | You cannot set the privacy state of this note since it was created by another user. |
Notes:
None