I have requirement to filter out records for non admin users in data entity ProjHourSalesPriceV2Entity. I know I can do it with the UI, modifying the query, but it needs to be done dynamically.
I tried debugging while using this data entity in an export project (DMF) and using the Excel Add-in in a workbook.
When I debug it doesn't seem to go throught any data entity method except for postLoad() so too late to filter anything.
So is it possible to add a filter by code for export projects ? If so where can I add my code ?
Please tell us more about your actual requirements - to filter out records dynamically may mean different things.
In general, I would think about extending the entity (adding a join with a setup table defining which records can be used, creating a new entity instead and utilizing extensible data security.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.