Subscribe to keep this site alive! Under new management but as always, still 100% FREE. Anyone with the IBM i is a friend of ours.
Symptoms:
How do I CALL the Work with Transaction Center Entries Screen from my ERP System?
Can I only give access to read only for certain users?
Diagnosis:
The Work with Transaction Center Entries is one of the few WORK WITH's you can can call/run.
While level of access is controlled by setting the level of the user/group profile to "Limited" to remove the update capability of this work with screen.
Prescription:
The Work with Transaction Center List—UWRKMBX API lets you display Transaction Center entries based upon the defined subset criteria you specified in the program parameters. You can use it to control users’ access to the Transaction Center. This API grants access to the transactions in the Transaction Center yet restricts access to the rest of the software product. To accomplish this, include this API in a user-defined menu:
CALL UWRKMBX &PARAM_ONE
The Work with Transaction Center List—WRKMBX command runs the UWRKMBX API, which lets you display Transaction Center entries based upon the defined subset criteria you specified in the program parameters.
To start this command, type WRKMBX at a command line and press F4. Specify the field values and press Enter.
Note: Including the *PGMLIB and *DTALIB is required to run these as well as parameters which can be seen in the API Guide. (see HOME page regarding the site's policies on user manuals).
Do you have a CHALLENGE? Let us know HERE.