Limit customers' view of Internet info

Limit customers' view of Internet info

We have third-party software that we have been able to WebFace. We would like to use it to place some of these applications on the Internet for use by our customers. Of course, we want each customer to view only their own information. Is it possible in WebFacing that based on the login name, you default something in the "Customer Number" field and don't allow them to change it?

    Requires Free Membership to View

    Register today to access targeted resources from our editorial writers and independent industry experts including news, tips, and advice to help you do your job more efficiently and effectively. Stay informed on the hottest topics and biggest challenges faced by IT professionals working with iSeries products and services.

    By submitting your registration information to Search400.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of Search400.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

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 .fMFNafNPDOX.2@.ee84637!viewtype=&skip=&expand=>WebSphere & Web Development Forum.


This was first published in May 2004