Solved

Data Masking for Sales Price

  • 10 August 2020
  • 5 replies
  • 197 views

Userlevel 5
Badge +11

Hi,

I want to do data masking on user role. We researched Data Redaction, but we use oracle standart edition. 

I tried editing the views(customer_order_line_tab). I know it’s a very wrong way. Because, it’s inevitable to receive errors due to calculations.

I wanted to ask if anyone has any suggestions.

 

Thanks,

Best regards.

icon

Best answer by paul harland 14 October 2020, 03:10

View original

5 replies

Userlevel 7
Badge +24

It’s best to try it by configuring the client profile to hide certain fields.  

Definitely do not edit the views!

To do it properly you would need a modification to IFS.

Userlevel 5
Badge +11

Hi @paul harland,

Thanks for reply. Hiding certain fields is a good solution. but the "column chooser" should not be authorized. In this case, the freedom of users is considered limited.

Can we do this for only one display(CustomerOrderLine)?

 

Best Regards.

Userlevel 7
Badge +24

I believe there’s a permission that controls whether the user can access things like the column chooser.  Check the Base Functionality folder within Permission Set/Presentation Objects.

But this is a global setting, affects all screens.  You can’t do it just for one screen.

Userlevel 7
Badge +24

Just checked this and the following presentation object, if revoked, prevents access to column chooser and layout configuration.

 

Userlevel 5
Badge +11

Yes, i see. If column chooser is removed, users will be restricted. they can't use it on other screens..

Reply