How to refresh a detailed view when saving a form in the subPanel ("Quick creation").

Hello Community of Sugar Developers.
i have a question about.
How to refresh a detailed view when saving a form in the subPanel.
Try as in the following link. but it didn’t work out. I am trying to see if, i can modify the following SuiteCRM js
" jssource/src_files/include/SubPanel/SubPanelTiltes.js "

PHP: 5.6.36
Windows Server 2012 R2
Version 7.10.5
Sugar version: 6.5.25

Hello, it occurs to me that you could create a custom js, include it in Detailview and then execute the action (refresh) for when the subpanel form has a submit.

@Maik_2018 You can modify this file but after that you should make 3 “repair” in admin:

  1. Admin -> Repair -> Rebuild JS Compressed Files
  2. Admin -> Repair -> Rebuild JS Grouping Files
  3. Admin -> Repair -> Rebuild Minified JS Files

I think that advice of @dampudia is good. And don’t foget clean cache of your browser or include version for js file.