How to change views?

Randy15
Kilo Explorer

Hi, can anyone assist with how to change from the Self-Service view.  We are experiencing variation in the ability to change views and mine is in Self-Service view and I need to have the default view.  It won't let me select it.

Thanks, Randy

6 REPLIES 6

Kalaiarasan Pus
Giga Sage

If you have a view rule on the table that enforce the view, then you would be seeing the option in the form menu to change the view.

View rules are usually used to enforce different views of the form based on the type of information it contains. So I would advise you to have a look at the view rules of the table and verify how they are set up.

Raj68
Mega Guru

Hi,

Did you try through form layout, if not then please follow the the below steps:

Right click on the form>configure>form layout>form view and section >select default view>save

or

 

we can achieve the functionality by onload client script.

 

we have "switchView" function to Achieve that.

 

switchView(type,table,view);

 

NOTE: Mark correct or helpful if it helps you.

 

Warm Regards,

Raj patel