Skip to main content

Insufficient permissions: secure query included inaccessible field

Comments

1 comment

  • Ronny Radzai

    Hi Jaxsen,

    I escalated this issue to the development team after Live Support today. They set up a debug log and determined the following info: The error is occurring because the integration user doesn’t have the required Salesforce permissions to access the CronTrigger object, which is used for scheduled jobs.

    To fix this, the integration user needs the following System permissions:

    • View Setup and Configuration
    • Modify All Data
    • Author Apex
    • API Enabled (already included in most integration profiles)

    These permissions can be added through a custom permission set assigned to the integration user. Once added, the scheduled job should run without permission errors.

    Let me know if you have any other questions.

    0

Please sign in to leave a comment.