콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
10958 화면

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?