Security , Groups and possibility to hide fields on forms / grids

Hello,

I got implemented all applications of security module but I’m wondering if it’s possible to hide or show some fields within forms , grids depending on group belonging.

Is there a trick to perform this kind of control ?

I don’t want to create n versions of forms / grids depending of group of user … ;-(((

Thanks

You can simply use sc_field_display, sc_block_display, sc_btn_display to hide fields. Depending on the user/group you could simply hide those fields you dont want to have displayed…

But I bet you already knew that…

OK RR, thanks so much.
I was hoping in something less manual… ;-))