You need to sign in to do that
Don't have an account?
sevindu
Salesforce lightning experience takes time to show the updated record
I am doing syncronous callout when a quick action is called and it update a field in the record. And also a after insert tirgger that invokes queable apex which also makes a callout and update the record.After synchronous callout update the record successfully I have to refresh the record page 2 or 3 times to see the update value. How to speed up this refresh process.
Have you added time delay for callout?.
better you can add spinner on your UI and time delay function in your back end.
Regards,
Leo