Transfer Order Bulk Update Query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 09:58 PM
Hello Developers,
I've been working on customizing the transfer order workflow. I've created a task called 'data protection'.
The flow is working successfully. The thing is 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 08:00 PM
Did you look at template task for transfer order? Template task are defined for all task that are created. If you introduce one more task in your template that task will always be created. If I understand that clearly your ask is to have a new task added for Data protection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 10:21 AM
I see this thread is a little bit old, but I hope this is still helpful.
The fields on the Bulk Update pop-up are entirely contained and defined within the UI Page "alm_bulk_update_tol_tasks." The choices for Stage are hard-coded in that UI page, as well as some logic that shows additional fields when you select "In transit" as the next stage.
The UI page is indicated as a "High Priority" file, so it is something you will need to pay attention to during any future upgrades.