- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 11:25 AM
Hi, I am working on a form to make returning parts easier for some of our users. Essentially all they need to do is go to the form, select the work order task that has the part they need to return, select the service order part #, and the quantity of items to return.
What I need help with is understanding what all is going on in the back end when a user clicks the 'return part' button on the transfer order line form. Is there an easy way for me to replicate how the part gets returned?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 04:39 PM
If I understand the post correctly, what you want to do is to replicate the Processing script of UI Page called "transfer_order_return".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 04:39 PM
If I understand the post correctly, what you want to do is to replicate the Processing script of UI Page called "transfer_order_return".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 07:31 AM
Hi, that is basically what I ended up doing, I needed specifcally UI page 'transfer_order_return_delivered'. I looked at the 'Return Parts' UI action and was able to work my way backwards and found 'transfer_order_return_delivered'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 07:42 AM
I'm glad you managed to solve it :-).
Also appreciate the like and marking the solution.