Hi ,
I have to disable the unit price field from editing , untill Each line items gets saved in the table level .
Since InventTransId for each line will be generated only when the line item is saved . (If there is any error system wont generate InventTransId ). As I am inserting some data into the custom table whenever the unitprice is modified .
So I need to disable the UnitPrice field of the particular line untill the system generates the InventTransId .Is it possible to do that . If so can someone tell me how to achieve that using chain of command ?