yuuvis® RAD Q&A

0 votes
by (820 points)

Hi,

I would like to move a DmsObject to sysroot. I used DmsService.move(id, typeName, parentId, parentTypeName) of @eo-sdk/core for nested objects, e.g. moving between folders. How do I get the systroot id programmatically or is there a simpler solution?

TIA

Dennis

1 Answer

0 votes
by (19.6k points)
selected by
 
Best answer

Hello Dennis,

the id of the root object is always the same "C80CF02F62CF414CBF97EDC39377355C"
The type id is: "5FBAB6368C2A4C77A33E161E9DE6C390"

Regards
Nicolai

by (820 points)
I assumed the uuid is unqiue on every system. Thanks.
by (19.6k points)
This is the only object that has a static uuid :-)

Related questions

0 votes
2 answers
0 votes
1 answer
0 votes
2 answers
+1 vote
1 answer
asked May 23, 2019 by dcieplik (820 points)
0 votes
1 answer
...