Create a Bulk Asset Transfer Order Line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 01:44 AM - edited 07-07-2025 01:57 AM
I have implemented the Bulk Assets Transfer Order Line.
Step 1.
1. Go to sys_m2m table and create a m2m definition between Transfer order and Hardware assets.
2.Go to Transfer Order Form and add Custom m2m table into related list.
Step 2
1. Create a custom UI Action button on Custom m2m table.
2. Ui Action
list banner button✅
show update ✅
show insert ✅
use this Script to create Transfer order line.
- Add the Edit default filter into form
- Add your default filter to it. // state & substate is in-stock & avalable
Testing.
1. Go to transfer order > Click on NEW button. > Create a new Transfer order.
2. Navigate to Custom table in Related list within Transfer order form. Click on edit button add your assets into list.
3. Select the added Assets and click on Custom Ui button.
4. Check the transfer order line.
- 289 Views