eval(“$A.get(‘e.force:refreshView’).fire();”) is failing in testing sandbox with error [$A is not defined], but works fine in dev sandbox
So we have a lightning button which calls a LWC component. This LWC component opens up in a popup window with Save and Cancel button.
eval(“$A.get(‘e.force:refreshView’).fire();”) is failing in testing sandbox with error [$A is not defined], but works fine in dev sandbox
So we have a lightning button which calls a LWC component. This LWC component opens up in a popup window with Save and Cancel button.