Today, I will share out the query which can used to view the Extensible data security policy in order to get insight what is happening on the backend whether policy is created correctly or not.
This query will list down the details of all policies available in the system.
Note : We will use AxDB for it in the SQL
SELECT PrimaryTableAotName, QueryObjectAOTName,
ConstrainedTable, ModeledQueryDebugInfo, ContextType,ContextString,IsModeled
FROM [ModelSecPolRuntimeEx]
Output:

Like
Report
*This post is locked for comments