This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Best approach to handle provisioning logic for custom targets

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