I am trying to change a field in specific releases of the order entry module. I tried to change the release field using
edvOrderRel.dataView.Table.Rows[edvOrderDtl.Row][“UD_releasecomments_c”] = thisValue;
but it doesnt seem to work very well, sometimes only changing the values in the previous release, or release number 1 of a line.
Would somebody be able to let me know how I can change a field in an order release?
I added a UD checkbox in the release table, and when this checkbox is changed from false to true, I would like to change the value of this text field and then set the field itself to read only afterwards.