Hi Friends ,
Can anyone help me in find this Issue that change the redirect option in Listview link that which redirects to Detailview page Instead I want to move to EditView page
.
I also need this help. Is there anyone who can help me.
Users can click on the little pencil icon and if the user has the proper credentials (Roles and groups), should be able to edit.
SuiteCRM by Default redirect to the Detailview of the Record if you click on the Name or Related Type field from the Listview of Module.
If you want to redirect to the Edit view instead of Detail View of the Record then need to modify as suggested below,
Replace view Name in following file path of your CRM,
/themes/SuiteP/include/ListView/ListViewGeneric.tpl (Approx. Line number 262)
{capture assign=action}{if $act}{$act}{else}EditView{/if}{/capture}
1 Like
Thank u for ur reply. I will try with it
