Changing Ids and name

Is it possible to use xpress code on an action in a workflow to change the IDs and name of an organisation?
[114 byte] By [R_L23456a] at [2007-11-26 20:44:30]
# 1

Hi,

This would be something like creating a new Organization and deleting an old one.

I am not sure how you could change the ID or name of an Organization, but you could create a new one, move all the users of the existing one to that new one and lastly, delete the existing one.

How many users do you have in that organization?

~Suvesh

suveshsharmaa at 2007-7-10 2:05:20 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
I am not trying to change the 'displayName', i am trying to change the ID and name. This is usually generated by the server and can be seen in the xml file.
R_L23456a at 2007-7-10 2:05:20 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
You could try calling API setName from class ObjectGroup. There is no API for changing the ID.
vinhanta at 2007-7-10 2:05:20 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
If you change the id & name, that would be a new organization. So what are you trying to achieve here?
bchackoa at 2007-7-10 2:05:20 > top of Java-index,Web & Directory Servers,Directory Servers...
# 5

All our oganization have been loaded with a customised id and name via xml files. However, if an organization is created programmatically, the id is generated by the server (i.e. long number which is almost meaningless).

So, i would like the organisation id to be set at a format similar to the one loaded by doing an xml import.

R_L23456a at 2007-7-10 2:05:20 > top of Java-index,Web & Directory Servers,Directory Servers...