You need to sign in to do that
Don't have an account?

How to update External Object from Salesforce using apex?
Hello
Is there a way to update External object record using Apex . I have to update external object record after creation a record in salesforce?
Is there a way to update External object record using Apex . I have to update external object record after creation a record in salesforce?
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connector_external_objects_write_features.htm
Ex: I have a trigger on object x whihc will create a record in y after creation of record y i need to update External object. Will it be possible in same transaction ??
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connector_external_objects_write_limitations.htm
The link above mentions the following
The API can’t save changes to an external object and a standard or custom object within the same transaction.