field is available in form design but not in form layout

Anmol Neb1
Kilo Contributor

Hello Everyone,

I am facing weird situation where in dev instance field is available in form design and form layout.

But where as in test and production it is visible in form design but not in form layout. 

What could be the reason for the same.

5 REPLIES 5

Anubhav24
Mega Sage
Mega Sage

Hi Anmol,

Please check the config for the table and see if any UI Policy or Client Script is hiding that field, or check whether you are seeing the correct view.

Thanks

I am viewing correct view.

It is hidden by default using ui action(on-hold button). Whenever user press on-hold button.

It should pop up message saying mandatory fields are not filled and also make mandatory fields visible.

 

And it is not happening.

 

Although written code is exactly the same in all environment.

Naveen Sagar S1
Mega Guru

Hi Anmol,

Check if you are viewing the correct view.

If yes, check whether the form you are accessing has multiple sections.

If so, make sure you select the same section while viewing the form layout.

Thanks

Naveen

I am in correct view. Yes, It has multiple sections.

Yes i am viewing correct section in form layout.

 

But dont have clue about it. Why this is happening.