Permanent change of view of a table

Ond_ej Ul_
Kilo Contributor

Hello,

 

I would like to permanently change the view of a table. When I open Application Services it is opened in CSDM_View and I would like to change it to be Default View by default. 

I changed other table via View Rule

 

if (is_list) { // if it's a list
answer = "ess"; // set the new view to answer
}
else // if it's not a list, in other words, on a form
answer = ""; // "" is for default view
 
But both views on the table where I use the View Rule were reffering to same table name.
 
Am I missing something? How could the view can change table name and how to fix it?
1 REPLY 1

Siddhesh Gawade
Mega Sage
Mega Sage

Hello @Ond_ej Ul_ ,

 

If you don't want to ess view completely on form then you can just remove the form from the view.

1.Navigate to System UI > Views 

2.search for ess in Name. 

3.in related list of ess view search for form related list. 

4.remove the form for your specific table.

 

Kindly mark the answer ✔️Correct or Helpful ✔️If it addresses your concern.


Regards,

Siddhesh