Security compares in debug??

msouterblight1

VIP Member
All,

Is there a way to get the actual security compares to show up in the debug log. For instance, if I have applied security to a field in the F9011, I woud like to see the statement that is showing the compare against the F00950 table. I have increaed my debugging to include all events, but I don't see the compares in the log.

Thanks,
 
Hi Matthew,

Can I clarify the question a bit (I love answering questions with a question):

1) Is this Debug on the client or server?
2) Row or Column security?
3) Can you clarify what you mean by a "compare"

Thanks.
 
Owen,

Thanks for your response, but I figured out what my issue was. I did not have "Enable Row Security" selected in the DD for the item I was trying to create security records off of.

As for your questions:

1) Is this Debug on the client or server?
It was turned on in both places.
2) Row or Column security?
I was utilizing row security.
3) Can you clarify what you mean by a "compare"
The SQL compares when security is involved get written to the logs. For instance if you secure a user from seeing item x=A, then then system will actually compare what is brought back in the DB fetch vs. what is secured. The actual SQL statement that performs the compare is created on the fly by the system and can be seen in the logs.

Thanks,
 
Back
Top