|
Yes, but it requires programming. We've done some custom development like that for different customers.
The basic model was:
1. A customer logs in to a basic security Web application (we have a simple Web security system).
2. During login, we record the user's customer name, account number as the current information in a session variable.
3. When the WebFacing 5250 application starts, a CL program is passed the session variables as parms. The CL program runs an OPNQRYF using the customer number restricting orders to only those for this customer.
4. We automatically populated the customer number field on the initial order inquiry screens by modifying the generated screens.
This covered it.
==================================
MORE INFORMATION ON THIS TOPIC
==================================
Check out these Best Web Links on Web development.
Ask the Experts yourself: Our Web development gurus are waiting to answer your questions.
Ask your Web development & WebSphere questions -- or help out your peers by answering them--in our WebSphere & Web Development Forum.
|