2 respostas
Please use the followings:1. Import refreshApex method. import { refreshApex } from '@salesforce/apex';2. In the place you want to refresh. refreshApex(this.yourRecord); Note: yourRecord usually links to @wire method to pull the data from Salesforce.