hi,
is the above approach for CS2002 recomended by MS?
We need to run the bulk update to the user profiles (site is in production
)- flag all existing customers as a type of 'webcustomer' before the next
release of the site. We are using one of the 5 custom properties
(u_pref1).
This must be inside the Commerce profile to be able to target these users
later.
I see the sql script provided in
"update userobject
set userobject.g_org_id = organizationobject.u_Name
from userobject, organizationobject
where userobject.g_org_id = organizationobject.g_org_id ".
Assumption is that we can safely run the update sql against this
USerObject.
is it correct?
--
John N.