- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:38 AM
Hello Developers,
I've customized the transfer order line workflow when I have created a additional task. I'm getting this error just after I create a new transfer order line while exceuting.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 02:21 AM - edited 12-22-2023 02:22 AM
Hi @xthrv
Can you please replace new TransferOrderLineTemplateTaskAPI() to new global.TransferOrderLineTemplateTaskAPI()
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 02:21 AM - edited 12-22-2023 02:22 AM
Hi @xthrv
Can you please replace new TransferOrderLineTemplateTaskAPI() to new global.TransferOrderLineTemplateTaskAPI()
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 04:20 AM
Hi Saurabh, Thank you for helping. It is working now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 01:38 AM
Hi Saurabh, actually the flow is working fine. When we execute a transfer order for multiple asset we can move to next stage using Bulk update,but I'm not able understand from where should I add the 'data protection' stage in Bulk Update.