Enable View option on record form

Sai kumar123
Tera Expert

Hi, we had a custom table in our instance which was cretaed by some other developer, when i opened a record in that table in form level i am unable to see the "view" option , i observed the url is having "sysparam_view_forced=true", i dont know where it is configured but now i need to revert it and i should be able to see views there, i tried changing the url but no use it is reveting back to same url, suggest me some way how it can be figured out

 

1 ACCEPTED SOLUTION

John Gilmore
Giga Guru

It sounds like you have view rules in place for that form.

Navigate to System UI > View Rules and see if any exist for the form that would be overriding the ability to choose views.

 

Once you are confident that there are no View Rules interfering you would need to look at each View's Configuration at System UI > Views and verify they are available for the roles/users that you want to be able to use them.

 

If not overridden by View Rules and more than one view is available to the user then they should be able to select their form view.

View solution in original post

2 REPLIES 2

John Gilmore
Giga Guru

It sounds like you have view rules in place for that form.

Navigate to System UI > View Rules and see if any exist for the form that would be overriding the ability to choose views.

 

Once you are confident that there are no View Rules interfering you would need to look at each View's Configuration at System UI > Views and verify they are available for the roles/users that you want to be able to use them.

 

If not overridden by View Rules and more than one view is available to the user then they should be able to select their form view.

Hi Jhon, yeah i had overseen a view rule which is causing the issue and i had deactivated it, thank you for suggesting.