I'm using the same security profile in our live product line (PRODUCTION) as well as our test environment (PRODCOPY) because we usually want the same security in both areas. There is one area that we're testing so we want to give them access in the test product line only.
I was hoping to just use a conditional securiy rule that would check the product line and then grant access or deny access. Does anyone know how you check the product line in a conditional security rule?
Thanks you for replying.
The user has access to both product lines but I was hoping to do a conditional access on the form based upon which productline they are in such as...
if ProductLine == 'PRODCOPY'
'ALL_ACCESS'
else
'NO_ACCESS'
I know you can do something similiar with SystemCode but I can't get this to work with the current data source\product line. If I can't get this to work then I'll have to maintain security for 2 different security profiles. I was hoping to save myself some administrative overhead.
Two product lines can point at the same Security Profile. Just create a seperate role and security class granting access to each product line within the same profile. I hope this helps.
Thanks. - MD