get item-copied and apply approval workflow.
-
16 มีนาคม 2555 3:55
I have two tasks, "WBSWorkOrder","MyTask",
I start workflow from the one of "WBSWorkOrder". and copy it to "MyTask" in SPD.
I want to start approval workflow to the copied one, ie, in MyTask.
i want to start approval wf to the red-underlined one.
ตอบทั้งหมด
-
19 มีนาคม 2555 10:45ผู้ดูแล
Hi self,
We can't make a connection to the items in MyTasks list and WBSWorkOrder list using Copy List Item action. To make a connection between 2 lists, we can create a custom column in MyTasks list to store the ID field of WBSWorkOrder list (Name it ID_copy). Then use Create List Item action, copy CurrentItem:ID to the ID_copy field and also update the other fields to related fields in MyTasks list. And then we can start approval process to MyTasks list and find the right copy item using ID_Copy field.
Best regards,
EmirEmir Liu
TechNet Community Support
-
20 มีนาคม 2555 1:59
How to copy item to another list?
HOw to update the original one and copied one?
-
20 มีนาคม 2555 2:09ผู้ดูแล
Hi self motivator,
We can useCreate List Item action to create a new item to the MyTasks list and then we can supply the fields with current item values by clicking Add button in Create New List Item window.
Best regards,
EmirEmir Liu
TechNet Community Support
- ทำเครื่องหมายเป็นคำตอบโดย Ronaldo.K 20 มีนาคม 2555 3:23
-
20 มีนาคม 2555 3:24Thank you so much.