I have a data column in my external data source table which needs to be entered with a certain format in order to save the record successfully.
If I use external object in Salesforce to edit this field with a wrong format, will it display an error on Salesforce UI?
Or do I have to explicitly retrive the status of the DML operation from datasource namespace class to see any specific error?
1 件の回答
Hello Nisha,
I found a few resources that might be helpful:
https://help.salesforce.com/articleView?id=000214496&type=1
https://help.salesforce.com/articleView?id=external_data_sources.htm&type=0&language=en_US&release=206.13
https://developer.salesforce.com/forums/?id=906F0000000DAFGIA4
Thank you.