Auto Generate Lot number in MSCA
When using Oracle MSCA and doing Receipts, LPN and LOT numbers have the ability to be Auto Generated by utilizing the hot key ctrl+g. With utilizing the CustomeListener.java file to allow for custom validation and defaulting, we have a requirement that when the user enters the LPN field or the LOT field, we would like the ctrl+g feature to automatically be triggered. Has anyone else had this requirement? I have tried copying the same code but I don't want to have duplicated code. I have also tried using java.awt classes to create a key pressed event but get a headless