• Joe Cheng
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

I have a lightning web component that uses @wire to call to APEX. It works just fine when I place the component on a lightning page and display from a Salesforce user. However, the APEX never get's called when I place the component on a Community page.
Is there a setting that needs to be done to allow access from a community?
Thanks,
I have been exporting data from Force.com using bulk api without any issues except with a OpportunityStage object which throws an error stating - "Entity not supported by bulk API"
Here is a request I am making-
<?xml version="1.0" encoding="UTF-8"?><jobInfo xmlns="http://www.force.com/2009/06/asyncapi/dataload"><operation>query</operation><object>OpportunityStage</object><concurrencyMode>Parallel</concurrencyMode><contentType>CSV</contentType></jobInfo>

FYI this issues only occurs for this object - OpportunityStage from a list of objects I am querying. There may be a few more with this issue that I have not queried yet.

Exact error:
<?xml version="1.0" encoding="UTF-8"?><error
   xmlns="http://www.force.com/2009/06/asyncapi/dataload">
<exceptionCode>InvalidEntity</exceptionCode>
<exceptionMessage>Entity 'OpportunityStage' is not supported by the Bulk API.</exceptionMessage>