Skip to main content
Solved

Transfer Documents from Work Task to Work Order

  • May 14, 2025
  • 2 replies
  • 57 views

Forum|alt.badge.img+7

Can we transfer the Attached documents in Work Task screen to Work Order. Below is the settings i have configured in Object Connection Transformations but no luck.

 

Best answer by Dilani

Hi,
This is possible but you have to use/create a Transformation Method that takes WO No as target key ref for input and returns the concatenated list  key refs of task_seq of source_refs as a output.

I do not know the version you are using, but if JT_TASK_API.Transf_Work_Task_To_Wo exists in your version, you should be able to use it.

2 replies

Dilani
Hero (Employee)
Forum|alt.badge.img+5
  • Hero (Employee)
  • 28 replies
  • Answer
  • May 14, 2025

Hi,
This is possible but you have to use/create a Transformation Method that takes WO No as target key ref for input and returns the concatenated list  key refs of task_seq of source_refs as a output.

I do not know the version you are using, but if JT_TASK_API.Transf_Work_Task_To_Wo exists in your version, you should be able to use it.


Forum|alt.badge.img+7
  • Author
  • Do Gooder (Partner)
  • 31 replies
  • May 14, 2025

Great … thanks a lot .. its working now