Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
10930 Weergaven

I made a group to access every pages with readonly access

I want the user cannot see any button and cannot print or export records as well

how can I do it?

Avatar
Annuleer
Beste antwoord

Hi willie ho,

   You can use the group option in button menu like this <button name="order_confirm" states="draft" string="Confirm Order" groups="xml id( group)"/> , this will show that particular button for specific group only......

Avatar
Annuleer

how can implement this code?