User read access or read/write access to menus

sreekuax

Member
Hello,

I would like to know is it possible to setup a user security in mfg/pro eB2 like
1. Only read access to menus - particular users
2. Only read/write access to menus - particular users

Is it possible or is there a way ?

Thanks
 

mosfin

Member
menu security allows/disallows access to menu programs, and not to DB table/s in the program
1) there is 'Field Security' where you can allow/disallow modification of certain fields
QAD defined list of fields which are Field Security enabled, run report 36.3.23.20 - Dictionary Field Security Report

2) if you want to allow one user to modify data, give him access to Maintenance+Report+Inquiry menus,
and for the user you want to disallow, give him access only to Inquiry/Report menus
3) for example Item Master (pt_mstr) has many menus, some manipulate data(Maintenance), some are Read-Only(reports/inquiries)
you can give menu access according to the role of the user :
1.4.1 - Item Master Maintenance (should be allowed only to administrator)
1.4.2 - Item Master Inquiry
1.4.3 - Item Data Maintenance
1.4.4 - Item Data Inquiry
1.4.5 - Item Inventoy Data Maintenance
1.4.6 - Item Inventoy Data Inquiry
1.4.7 - Item Planning Maintenance
1.4.8 - Item Planning Inquiry
1.4.9 - Item Cost Maintenance
1.4.10 - Item-Site Cost Inquiry
 
Top