-
Which fields are accessible in a Trigger.new record without performing a SOQL query in Salesforce?
Which fields are accessible in a Trigger.new record without performing a SOQL query? For example if my trigger is on the Contact object, are fields on the parent Account object (like Account Description) accessible without performing an explicit SOQL query?
Log In to reply.