We are on 13.4 and moving to the cloud and I have found that there is no way to programatically restrict access at the function level (Authorization Required in CMNFNG). There are over 3,000 programs that will need to be restricted. This ER is to have an API that will allow the updating of the CMNFNG table with functionality similar to MNS100.https://mingle-portal.us2.prd3.inforcloudsuite.com/v2/CONCIERGE_PRD/?LogicalId=lid://infor.cxp.1&Tab=ERS&ERId=117598
Hi @jpanzenhagen
There are other options for this:
1. Function F16 in MNS110 allows you to enable authorisation required on a range of functions2. Create an IPS over MNS110 to call this from an external tool (Smart Data, VinceXL, Postman etc) to enable authorisation required function by function
Thank you. I'm glad there are alternatives.