Hi,
I have a requirement to lock a number of fields on a quotedetail entity. I have tried to create a business rule to do it but a couple of the fields I wish to lock are not locking.
I am currently pushing in write-in products through the web api from another system. This is working fine. Once the records are in dynamics, I don't want users to be able to edit the "Price per unit" (priceperunit), "Quantity" (quantity) and Write-in Product (productdescription) fields. So I have set up a rule to do so.. only problem is, the only field that locks is the quantity field. I then tried to do the same thing using a javascript web resource which produced the exact same behaviour.
So, I'm wondering if there is any way around this or if what I want to achieve is impossible?!
Thanks
*This post is locked for comments