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)
Save DCR in multiple places
anita123
Hi,
How to save a DCR automatically in multiple workareas?
If I create a dcr from workarea1 and hit save, it should automatically save it in workarea1, workarea2 and workarea3..
we have multiple workareas with same templates and directory srtucture.
If any body have any example could pls. post
Thanx in advance
Find more posts tagged with
Comments
Migrateduser
No example but you could do an onSaveDone FormAPI that does a callserver that replicates the DCR to the other workareas using iwupdate.
Adam Stoller
Why not submit the generated file in the workarea where you generated it, and then do a Get Latest in the other workareas?
Alternatively, if you really want to avoid going thruogh staging (?) - generated the file in one workarea, and then use iwupdate to transfer the file to another workarea (repeat for each workarea).
There is nothing in TeamSite that will automatically populate a modified file to all workareas - this is generally not the right thing to do. Can you perhaps explain in more detail what you are trying to accomplish?
--fish
(Interwoven Senior Technical Consultant)
anita123
The requirement is:
UserA fills in a DCR and saves in workarea A.
User B from workarea B needs to open this saved DCR and add his info. So I am trying to automatically save the DCR created by user A into workarea B. I need to copy this to more than one workarea.
Can someone show me the sytax of iwupdate?
ThanX
Adam Stoller
Run: iwupdate -h
Or - look at the CLT manual
--fish
(Interwoven Senior Technical Consultant)