@@mohamedsaleemparambat3034 But that's what the presenter did here and it worked. I think it is not possible only from triggers because callout will affect the database operation
@@mohamedsaleemparambat3034 so how come presenter didn't get any error here when trying to upsert ? Is it because Callout was done before DML and then no callout afterwards ?
Great explanation Satya Garu, will definitely try with Dataweave & Apex as it will require less boilerplate code
Great information
great explanation Satya...can any one implemented setting the authentication parameters in the body by using named credentials?
nice information
Excelente. Gracias.
So making callout and having dml operation together is possible in a single transaction if the method is not invoked from a trigger?
I don't think so. You will end up with transaction commit error, unless you use any asynchronous methods for callouts like future method.
@@mohamedsaleemparambat3034 But that's what the presenter did here and it worked. I think it is not possible only from triggers because callout will affect the database operation
@@mohamedsaleemparambat3034 so how come presenter didn't get any error here when trying to upsert ? Is it because Callout was done before DML and then no callout afterwards ?
@@awesomekj5812- Correct.