Hi community,
I think this is an advance one:
I have a source table "S" with some entries.
And then I also have some target tables. Today it could be table "TTA", "TTB" & "TTC", tommorow it could be table "TTD", "TTE" & "TTF".
What I want to do now is, that one entry out of table "S" should be copied into one of the target tables.
So giving the COPY order, system should have a look into the site(collection) checking which (target)tables are available asking the initiator into which table (today "TTA", "TTB" or "TTC" - tomorrow "TTD", "TTE" or "TTF") the entry should be copied.
Could you think of any way to do so?
Cheers
mai-kel
Solved! Go to Solution.
Hi all,
I found a solution within the community:
https://community.nintex.com/docs/DOC-1363
A list or library in another site in the same Site Collection
Copy to SharePoint for libraries. To 'copy' a list item outside the current site, you would need to use the Call Web Service action to create a list item in the target list by calling lists.asmx. See http://msdn2.microsoft.com/en-us/library/lists.lists.updatelistitems.aspx for more information.
Cheers
mai-kel