Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
10909 มุมมอง

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?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

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......

อวตาร
ละทิ้ง

how can implement this code?