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;








2















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 to Private 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?










share|improve this question




























    2















    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 to Private 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?










    share|improve this question
























      2












      2








      2








      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 to Private 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?










      share|improve this question














      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 to Private 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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 13 at 13:31









      Brian MillerBrian Miller

      1,168521




      1,168521




















          1 Answer
          1






          active

          oldest

          votes


















          3














          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







          share|improve this answer


















          • 1





            This is gold - didn't realize I could use Workbench in that capacity. Thank you!

            – Brian Miller
            May 13 at 13:40











          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
          );



          );













          draft saved

          draft discarded


















          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









          3














          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







          share|improve this answer


















          • 1





            This is gold - didn't realize I could use Workbench in that capacity. Thank you!

            – Brian Miller
            May 13 at 13:40















          3














          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







          share|improve this answer


















          • 1





            This is gold - didn't realize I could use Workbench in that capacity. Thank you!

            – Brian Miller
            May 13 at 13:40













          3












          3








          3







          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







          share|improve this answer













          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








          share|improve this answer












          share|improve this answer



          share|improve this answer










          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












          • 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

















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

          Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

          Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림