Hi,
I had to create a procedure, which loops thru list of users and create a
profile for each of them. Also I am assigning addresses to those users.
Everything goes fine and profile gets created with unique GUID but when I
am
trying to assign address the Address object gets created for the first
created profile – it creates an address with g_id = first created GUID.
I also mentioned that UserObject..CurrentUser.UserID doesn’t change as
well.
What should I do in order to assign Address object to the latest created
profile?
Thanks for any help