Update Username in SmartOrg
Summary
Update Username in SmartOrgContent
Hi,
We have a merge script which updates the smartorg account of a user. Username is the primary key on basis of which the search is performed.
Now, we have a scenario that we want to update the username itself. Since we are using username as the identifier, we are not able to update the records, for obvious reasons. It throws the error that 'user cannot be found using the specified search criteria.'
What we want to achieve is that we should be able to update the username of a record even if it is the primary key.