Hi,
I'm working with an integration that modify the unit cost of the purchase requisition line from a Vendor Contract. The problem that have is, when I change the price from VS Tools and go to next field for some reason the price is changed to original price or the price specified in the requisition setup.
The code that I use to change the values is
Microsoft.Dexterity.Applications.DynamicsDictionary.PopRequisitionEntryForm reqForm;
reqForm = Dynamics.Forms.PopRequisitionEntry;
reqForm.PopRequisitionEntry.LineScroll.UnitCost.Value = unitCost1;
I also try to use the ForceValidate(true) and RunValidate() methods of the field but its not working.
I try to set
Any help will be appreciated.
Thanks,
*This post is locked for comments