function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nicole LaperouseNicole Laperouse 

Community user additional access to global picklist value set?

We have a custom mobile app in development and one of the issues we have is retuning a picklist that references a Global Value Set when logged in as a Community User. 

When trying to access the field: https://domainHere--sandbox.cs40.my.salesforce.com/services/data/v46.0/tooling/sobjects/GlobalValueSet/0Nt32000000XZCm
We get the following error: 
<Errors>
<Error>
<errorCode>INVALID_SESSION_ID</errorCode>
<message>Session expired or invalid</message>
</Error>
</Errors>

Is there an additional permission needed at the profile level for Community Plus users? 
Justin CastileJustin Castile
Create a Global Picklist Value Set
  • From Setup, enter Picklist in the Quick Find box, then select Picklist Value Sets.
  • Next to Global Value Sets, click New.
  • Enter a label for the global value set. ... mysubwaycard (https://www.mysubwaycard.pro/)
  • To tell users what these values are for, enter a specific description of the global value set. ...
  • Enter the values, one per line.
Nicole LaperouseNicole Laperouse
We already have a Global picklist value set created; and we already have the "local" object picklist field created that references the global list. When we try to access the global list though, that is when we receive the error.
Bilal ZubairiBilal Zubairi
Hi, did you find a solution for this?