Requirement
A custom record is created for inventory adjustment request , A field ESTIMATED TOTAL VALUE is created
in the record.
Value in ESTIMATED TOTAL VALUE is calculated as the sum of (adj qty * Est unit cost) in all item lines ,updates made in the fields will reflect the ESTIMATED TOTAL VALUE on edit and save of the record
Now , As the functionality is done using a user event script on removing item lines using REMOVE button ,
value in field ESTIMATED TOTAL VALUE is not updated
Can we remove the REMOVE button from item line ?
Solution
The solution is to make it mandatory for the record as a parent field in the child custom record. Then the remove link will not displayed in the custom record sublist.