BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
21 / 81 · Module 8 — Configuration and Security · filtered: interview← prev⊞ allnext →

8.21Field-Level Security

Even if Mule can access:

Account

it may not be allowed to access:

Account.Sensitive_Field__c

Salesforce security can apply at:

object level
field level
record level

So this query:

SELECT Id, Secret_Field__c
FROM Account

may fail or behave differently depending on access.

Again:

schema exists

doesn't mean:

integration identity can access it