Logic Machine Forum
Renaming object from script - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Renaming object from script (/showthread.php?tid=3033)



Renaming object from script - alik - 30.11.2020

Hi there,

Does any body know how to rename object from script. 
grp.create suddenly doesn't work for renaming.  

Regards,
Alik


RE: Renaming object from script - Daniel - 01.12.2020

For this a direct db access is needed. You can see how this was done in this example:
https://forum.logicmachine.net/showthread.php?tid=1621&pid=9898#pid9898


RE: Renaming object from script - admin - 01.12.2020

Add forcename = true to grp.create config to overwrite name for an existing object.