I have a status field on PurchTable, that i need to change in two possible ways, first i would like to prompt for a value to set the status field to, and second i just want to set it to one specific value.
So i made a Class that extends SysOperation and a DataContract class, just like i am supposed to, and that works fine i have a method in it called statusChange, and when i call that from a menu item, it prompts me for a value to set the field to, and sets it, all 100% Ok.
Now here is my problem, i would like to just make a new method in this class to call for the second option, but in this case i do not need to be prompted for any information, so how do i disable the dialog in this method?
*This post is locked for comments