I wish to auto click the Save button on the Toolbar from my customization. I tried to do oTrans.Update() but get an error like the following.
Erp.UI.App.SerialNumberAssignmentEntry.Transaction’ does not contain a definition for ‘Update’ and no extension method ‘Update’ accepting a first argument of type ‘Erp.UI.App.SerialNumberAssignmentEntry.Transaction’ could be found (are you missing a using directive or an assembly reference?)
Can this be done and if so, what do I need to do to make it work?
I got a trace log that had GetSerialNoAssign using the SerialNoAssign implementation but wondered if there was a easier way or maybe a shorter way. This code provided here is working handsomely. Thanks for all of your help. I am not sure I would have ever been able to come up with this. I anticipate reusing this code many times in the days to come.