ContentVersion's SharingPrivacy acceptable valuesQuery Chatter Comment Files for a group of recordsContentVersion trigger event AfterInsert -> Insert ContentDocumentLink -> FIELD_INTEGRITY_EXCEPTIONHow can you insert a Salesforce File with Collaborator ShareType?
Why does the U.S military use mercenaries?
What were the "pills" that were added to solid waste in Apollo 7?
Are there any crystals that are theoretically possible, but haven't yet been made?
Can you express this orderly Pallindromic Devil in strict ascending Pan-digital form?
How do we explain the use of a software on a math paper?
Is a reptile with diamond scales possible?
Why favour the standard WP loop over iterating over (new WP_Query())->get_posts()?
Have I found a major security issue with login
What is the backup for a glass cockpit, if a plane loses power to the displays/controls?
Character had a different name in the past. Which name should I use in a flashback?
What should I wear to go and sign an employment contract?
Why are Marine Le Pen's possible connections with Steve Bannon something worth investigating?
Failing students when it might cause them economic ruin
Precedent for disabled Kings
How does the probability of events change if an event does not occur
Should I twist DC power and ground wires from a power supply?
Why didn't Daenerys' advisers suggest assassinating Cersei?
How could Dwarves prevent sand from filling up their settlements
Why does string strummed with finger sound different from the one strummed with pick?
Is it a good idea to teach algorithm courses using pseudocode instead of a real programming language?
Hotel booking: Why is Agoda much cheaper than booking.com?
Warped chessboard
Addressing an email
How to convince boss to spend notice period on documentation instead of new projects
ContentVersion's SharingPrivacy acceptable values
Query Chatter Comment Files for a group of recordsContentVersion trigger event AfterInsert -> Insert ContentDocumentLink -> FIELD_INTEGRITY_EXCEPTIONHow can you insert a Salesforce File with Collaborator ShareType?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
According to the ContentVersion documentation under SharingPrivacy, it mentions:
Controls sharing privacy for a file. Only administrators and file owners with Collaborator access to the file can modify this field. Default is
Visible to Anyone With Record Access. When set toPrivate on Records, the file is private on records but can be shared selectively with others.
But when I query a sample record, I see "N" as the values.
Is there a list of all the acceptable values, and what they actual mean / map to?
contentversion
add a comment |
According to the ContentVersion documentation under SharingPrivacy, it mentions:
Controls sharing privacy for a file. Only administrators and file owners with Collaborator access to the file can modify this field. Default is
Visible to Anyone With Record Access. When set toPrivate on Records, the file is private on records but can be shared selectively with others.
But when I query a sample record, I see "N" as the values.
Is there a list of all the acceptable values, and what they actual mean / map to?
contentversion
add a comment |
According to the ContentVersion documentation under SharingPrivacy, it mentions:
Controls sharing privacy for a file. Only administrators and file owners with Collaborator access to the file can modify this field. Default is
Visible to Anyone With Record Access. When set toPrivate on Records, the file is private on records but can be shared selectively with others.
But when I query a sample record, I see "N" as the values.
Is there a list of all the acceptable values, and what they actual mean / map to?
contentversion
According to the ContentVersion documentation under SharingPrivacy, it mentions:
Controls sharing privacy for a file. Only administrators and file owners with Collaborator access to the file can modify this field. Default is
Visible to Anyone With Record Access. When set toPrivate on Records, the file is private on records but can be shared selectively with others.
But when I query a sample record, I see "N" as the values.
Is there a list of all the acceptable values, and what they actual mean / map to?
contentversion
contentversion
asked May 13 at 13:31
Brian MillerBrian Miller
1,168521
1,168521
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can utilize workbench to view the details of the field. It's a picklist field with the values as below.
label: Visible to Anyone With Record Access
value: N
label: Private on Records
value: P
1
This is gold - didn't realize I could use Workbench in that capacity. Thank you!
– Brian Miller
May 13 at 13:40
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "459"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f262168%2fcontentversions-sharingprivacy-acceptable-values%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can utilize workbench to view the details of the field. It's a picklist field with the values as below.
label: Visible to Anyone With Record Access
value: N
label: Private on Records
value: P
1
This is gold - didn't realize I could use Workbench in that capacity. Thank you!
– Brian Miller
May 13 at 13:40
add a comment |
You can utilize workbench to view the details of the field. It's a picklist field with the values as below.
label: Visible to Anyone With Record Access
value: N
label: Private on Records
value: P
1
This is gold - didn't realize I could use Workbench in that capacity. Thank you!
– Brian Miller
May 13 at 13:40
add a comment |
You can utilize workbench to view the details of the field. It's a picklist field with the values as below.
label: Visible to Anyone With Record Access
value: N
label: Private on Records
value: P
You can utilize workbench to view the details of the field. It's a picklist field with the values as below.
label: Visible to Anyone With Record Access
value: N
label: Private on Records
value: P
answered May 13 at 13:39
Jayant DasJayant Das
20.8k21433
20.8k21433
1
This is gold - didn't realize I could use Workbench in that capacity. Thank you!
– Brian Miller
May 13 at 13:40
add a comment |
1
This is gold - didn't realize I could use Workbench in that capacity. Thank you!
– Brian Miller
May 13 at 13:40
1
1
This is gold - didn't realize I could use Workbench in that capacity. Thank you!
– Brian Miller
May 13 at 13:40
This is gold - didn't realize I could use Workbench in that capacity. Thank you!
– Brian Miller
May 13 at 13:40
add a comment |
Thanks for contributing an answer to Salesforce Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f262168%2fcontentversions-sharingprivacy-acceptable-values%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown