April 18, 200718 yr Question, Is there a way to have a limited view for a certain privlege set based on a yes/no drop down menu? Eg: Sales cannot see records that are tagged "No" in the "Active" field. I have a calc set up for another department where users can ony see records that have assigned to. Keeping our sales department from seeing inactive records is pretty important for us. Thank You In Advance,
April 18, 200718 yr Fascinating. Yes, jsut set their privilege set so that they cannot see records where the value in the field is "No." This is done in the Define Acciunts & Privileges area. Steven
April 18, 200718 yr Author This I understand and I have gotten that far. I am not sure how to code it to say If field "Active" = no then users under this privlege set cannot view. I have tried a few different things but nothing seems to be working for me. Could you give me any direction as to go about doing this?
April 19, 200718 yr Define Accounts & Privileges-->Privilege Set tab-->Edit (or new)-->Records-->Custom Privileges-->Set privileges--> View-->limited and enter the calculation. Steven
April 30, 200718 yr Author I was able to do this by using ( Active ) ≠ "no" Thanks for the tips. It's working perfectly.
April 30, 200718 yr For text values, I'd recommend using the Exact function instead of the = operator. Steven
Create an account or sign in to comment