I have an integration that pushes new hire information from GP into Active Directory, but now I'd like to push this new hire info into Sharepoint's Business Portal to automatically create an account for each new hire. How can I go about doing this? I have a few guesses:
-Find out what stored procedure business portal uses to create a new user account (perhaps through SQL profiling) and make my existing integration call that stored procedure to create the new account (or do a direct insert into the database table if such a stored procedure doesn't exist)
-Find some third party module for GP that does this already
Any help would be appreciated. Thanks!
*This post is locked for comments