How to decode [Permission].[Security Filter]

mark_ledwichmark_ledwich Member Posts: 2
Our .NET application builds a cube for NAV. One thing we do is replicating the table/company level security. We want to extend this to also replicated security filters.

To do this we need to know how to decode the information from this binary column. So far I have worked out how to get the TableID (bit 0) and the ColumnID (bit 8) from this field.

Does anyone know how to decode the Security Filter column?

Thanks in advance,
Mark
Sign In or Register to comment.