Hi,
Is it possible to deactivate only the subidentity based on a system role? How to "access" the subidentity object ?
Hi,
Is it possible to deactivate only the subidentity based on a system role? How to "access" the subidentity object ?
An example of a template on Person.IsInActive that deactivates the subidentity if the main identity is deactivated.
If Len($UID_PersonMasterIdentity$)>0 Then Value = $FK(UID_PersonMasterIdentity).IsInActive:Bool$ End If