Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ideas for restricting access to data by user

Status
Not open for further replies.

macola101

MIS
Sep 26, 2006
1
US
We would like set up our sales people so they can access only their customer information. This task is much like the quesiton posted in thread639-863403. Not only would this be a filtered search, but restrict them from typing in the customer number or by scrolling through the vcr buttons.

Does anyone have any ideas other then having them view the information in crystal? We have Progression 7.6.300c on sql.

Thanks
 
Here are some avenues you may look down (discuss with your Exact reseller or Exact).
(What I have seen, will not say if right or wrong)

1 - eSynergy - make your (sales reps <-> resellers) make each accounts sales rep the reseller. Then you sales reps can lookup lots of data in eSynergy. (Note account is also running, not sure what replicates from progression)

2 - Business Analytics use edeployment to email the sales rep cubes with the data only. $$$$

3 - Crystal Reports -
a.) with web server intregation either APS or
enterprise.
b.) with event manager email the reps their reports on
a scheduled basis (I know there are some other
experts that can recomment some other third party
crystal add-ons for the same function)

Just some ideas

 
You can do this in flex. Use Windows API calls to find out the windows logon username, then in the OE screen after the customer.lostfocus command have it check to see if the customer they put in is theres. You can do this by using running a query on the dbo_arcusfil_sql table (I assume you are using ES).

If you need the code for this I can help you out.
 
While true that you can do this as Pronet74 has suggested, I would submit that this would be a much larger project than you suspect.

While this can be done with user name from windows or signed in user name from the macform object, you would need to implement this flex on EVERY screen where users have access to customer numbers or customer information.

i.e. Customer maintenance and all customer screens under ar
Oe and all reports/views etc where the user has access.

Depending on your security in progression this could be quite a deal.

Andy Baldwin

"Testing is the most overlooked programming language on the books!"

Ask a great question, get a great answer. Ask a vague question, get a vague answer.
Find out how to get great answers FAQ219-2884.
 
It really all depends on what information you want your salesman to see. If it's just one or two screens, no big deal. However if it's every screen including order entry it can still be done with flex but it will just be more time consuming.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top