Click or drag to resize

MigrationResetSecurityConfiguration Method

Resets security on ALL data objects in the system.

BE CAREFULL EXECUTING THIS METHOD!

The method is intended to be used for migrating away from the concept of calculating DOSM access for individual org. units, role folders etc.

Use the "Data objects with defined security" screen to adjust the security settings after running the method.

Configure the event definition (which runs the code method) to only execute on a single data object like for example the root folder.

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public bool ResetSecurityConfiguration(
	CodeMethodInvokeContext context
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
The method doesn't use the action data object for anything.

Return Value

Type: Boolean
Always returns true.
See Also