Security Filter Problem with several Ranges

detlefdetlef Member Posts: 38
Just want to share this with you...
Problem:
Add a Security Filter to a table with more than one range. i.e. Vendor: No.=L0000..L9999|N0000..L9999
If a user with that role browses the vendor table there seems to be a cursor problem. You seem to end up on the last vendor every time you browse up.
Solution (from Microsoft :-k):
Put in 2 roles: one with Vendor: No.=L0000..L9999 and one with Vendor: No.=N0000..L9999

Seems to work...

I was able to produce this behaviour in all recent versions including 2009.

Cheers

Comments

  • vanrofivanrofi Member Posts: 272
    Hi there,


    I had the same problem and solved it that way, as well as putting a 3rd filter with Customer : No = ''.
    This way you can at least add new customers.

    I have another issue with this : In overview (F5) the scrolling is acting weird. scrolling up it acts rather normal, but scrolling down it filters down to the last customer and unapplying filters, scrolling up etc, doesn't help.

    did you have the same experience?
Sign In or Register to comment.