Vanilla script is trying to update field in BC Read only record
We have made Quote Item BC read only based on certain conditions.If we use OOB "UpdateOppty" method to copy line items as revenue line items.It is throwing error "You can not currently update this Record.Please Check the No Update Properties on Applet,Business Component,Link'. It is probably looking in to BC user property we set up. We are not expecting to make any changes to BC as part of this method.Looking into log I have identified that it is trying to update quote line item OOB filed as part of UpdateOppty method. How to avoid to this?