| | | Supreme Being
       
Group: Forum Members Last Login: Tuesday, June 02, 2009 Posts: 55, Visits: 53 |
| | Hi, How do I access a list on the newly created site (how do I do that? I can't create a XML variable of a list on a site that has been dynamically created). In other words, How do I perform list operations on a list on a newly created site? Thanks, |
| | | | Supreme Being
       
Group: Forum Members Last Login: Monday, December 21, 2009 Posts: 102, Visits: 124 |
| | Hi, Assume that you are creating a new site using CreateSite action from the workflow. And In order to access a newly created site dynamically from the workflow we need to make use of Site ID, Site URL properties of Create Site Action. Based on these parameters you can create a list dynamically on the newly created site using Create List action. Similarly in order to access a newly created list on from the workflow we need to make use of List ID property of Create List action. I have attached two sample workflows (as xml files), you may import and check the properties of the these actions including the variables declared in start activities variable property. Description of the workflows are as follows: Description of the First Sample workflow :: This workflow is about the Simulation of Creating a new site and then creating a list on the newly created site from the workflow. Description of the Second Sample workflow :: This workllow is about the simulation on 1. Creation of a new site 2. Creation of new list on the newly created site 3. Add a new item in the newly created list on the newly created site from the workflow. Thanks, Sri
Srinivasa Rao Pentapati
|
| |
|
|