1

I have to change the table(Retail media resource) data to company specific, Is that any other way to stop sharing the data to other legal entities? Thanks in advance

Tried to change the property(SaveDataPerCompany) but it is not possible through extension.

FH-Inway
  • 4,432
  • 1
  • 20
  • 37
Prema
  • 11
  • 1

1 Answers1

0

As it is noted in the question, the SaveDataPerCompany property of tables from sealed standard modules cannot be modified with an extension. This means that data of tables where this property is set to "No" will always be shared between all legal entities.

Instead of preventing the sharing, access to the data can be restricted.

  • Either the security privileges can be removed from users that should not be able to access the data. This will prevent them from accessing any data of that table. See Role-based security for more information.
  • Or if only access to some of the data should be allowed, a data security policy can be implemented. See Extensible data security policies for more information.
FH-Inway
  • 4,432
  • 1
  • 20
  • 37
  • Thank you for your reply. Is that preventing the sharing data between legal entities possible with security policies? Please share if you have exact workaround to achieve this. – Prema Mar 31 '22 at 02:25