• Justin Castile
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
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? 
Hey people,
have a question about automation: is it possible to automate some Salesforce operations with the help of Workfusion platform? Maybe anyone have a use case to share?
And the second part of the question is do we need to recruit some third-party company to do custom coding? (I've seen that there're companies who offer such services, like here https://aetsoft.net/services/rpa-development/, for example, but maybe out-of-the-box Workfusion is enough?..)
I am trying to retrive value from more than 2000 records, so in the process i want to fetch the id value of 2000th record and assign it to a variable.Please let me know the syntax.