- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 09:10 AM - edited 05-08-2024 09:11 AM
Hi Team,
Initially a String Field was created on alm_hardware table with some choices.Now as per the requirement we needed to create the same field on alm_asset table so that in future if other child class wants to leverage the same, it will be feasible and delete the field from Hardware table
Field Name on Hardware form is u_transaction_type
Field Name on Asset form is u_transactiontype
Both the field are of type string.
Now I need to copy data from field on Hardware form to the field on asset form.
I wrote the below Fix Script to copy the data but its not working:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 09:14 AM
Instead of running against the alm_asset table, run it against the hardware table - it will have access to both fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 09:14 AM
Instead of running against the alm_asset table, run it against the hardware table - it will have access to both fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 09:17 AM
Below is the list of choice on hardware table for Transaction Type Field:
Below is the list of choice on asset table for Transaction Type Field: