Hi I am trying to update a custom field I have on the ARAdjust table.
I am trying to update this from a extended graph inside a PXLongOperation
Here is the code I use to update the field.
Base.SetValueExt(Base.Adjustments.View.Name, adj, "UsrMAFORexETag", rexInvTransID.ToString());
Base.Actions.PressSave();
No errors occur but when I look at the table the field hasnt been updated