Hello,
Is there a way to deactivate the rule "TSB.Customizer.TSBAccountDefLogic" that is apparently the rule that prevent to assign a value to ADSAccount.UID_TSBAccountDef when ADSAccount.UID_Person is empty ?
The thing is that I would like to create an AD account but not linked to a Person but to a custom table and even if I extend the ADSAccount table with a foreign key towards this custom table, I am nevertheless unable to set ADSAccount.UID_TSBAccountDef in the object browser and if I use a process task HandleObjectComponent.Insert that specify ADSAccount.UID_TSBAccountDef + ADSAccount.UID_TSBBehavior and a custom UID instead of UID_Person then the process fails with the following error message :
(2023-01-27 22:43:28.300) [810025] ADSAccount: Write permission denied for value "UID_TSBAccountDef".
Would you have any solution or tips to achieve this goal to create AD account or LDAPAccount but not linked to a "Person" ?
Many thanks.
Michel