Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Moving Replicant section
syal123
Hi All
I have a structure like this.
Container1
Container1.1
Container1.2
Container2
Container3
Container3.1
Is it possible to move instance Container3.1 to Container4 or to any other container? The Form API moveInstance method only moves instance within the same container. The only solution I can think of is to write a function to create an instance Container4 and copy the contents of each item inside the container3.1 to it and delete the instance the content was copied from.
The struucture after should look like
Container1
Container1.1
Container1.2
Container2
Container3
Container4
Thanks
TeamSite 6.5 SP3 / Solaris
Find more posts tagged with
Comments
moonkhanna
feel, you are correct! no other best way of doing