Hello,
We are reading accounts, groups and membership info from a sql database using a sync project (into a custom target)
Now we want to create accounts/membership (thru requests), where should we write sql insert/update/delete statements? Create processes on UNS tables, use scripting by convention (id_targetsystem_insert, ..) or handle it in the sync project? We'll be using roles (which has mix of entitlements of AD groups)
Thanks