Hi Experts,
I have business workspace. Can I copy business workspace from one location to other? If Yes, could you please let us know the way how to copy? We need to copy business workspace by webreport code.
@Aswini Kumar Sahoo , I moved your post to our Content Server area, but I suggest you post in the My Support community where our Support reps can point to documentation or help resolve.
Hi @Karen Weir, I got the solution from knowledge center and it is working fine.
1. Log into the Content Server Admin page. 2. Under the "Connected Workspace" section, click the link that says "Configure Connected Workspaces". 3. To allow the move and copy of Business Workspaces, click and place a check mark in the "Allow Move and Copy" configuration and click the "Save Changes" button
Actually it is just normal nodeaction in webreport. Some sample code for your reference.
[LL_REPTAG_!EMPWSMROOT NODEACTION:COPY:[LL_REPTAG_!EMPMROOT /]:INHERITATTRS:SOURCE:UNIQUEONLY ONERROR:LONG show SETVAR:NodeID1 /] [LL_REPTAG_!NodeID1 NODEACTION:RENAME:"[LL_REPTAG_!CName /]" /] [LL_REPTAG_!NodeID1 CATACTION:SETVALUE:"Employee":"Name":"[LL_REPTAG_2 /]":NOCOMMIT /] [LL_REPTAG_!NodeID1 CATACTION:SETVALUE:"Employee":"NRIC":"[LL_REPTAG_3 /]" /]