Даже деприкейтнутый
getRecordNotifyChange([{recordId: this.recordId}]);не обновляет Related Lists
Все приходится делать костылями
Сделал так. Выглядит не очень зато работает на 100%
...
this.closeAction();
this.showSuccessToastMsg();
setTimeout(() => {
top.location.reload();
}, 500);
...