TL;DR - the end goal here is to give the users the keyboard shortcuts (hotkeys) in Kinetic that they had in classic. But I am failing with this in AP Invoice Entry.
I am learning how to make shortcuts. CTRL+ALT+H and then edit and then choose the “action” and map it. Great.
Then I tried the “Action Data” of the Panel Card where that button is, because you can set shortcuts there, too. Naturally, the New button is still missing.
OK, I’ll add my own button!
That kind of worked, but not really. I had the button call “InvoiceTool” since that’s in the APInvHed view and tried the NewAPInvHed event, and they both did the same thing: if I pick the first group, it’ll work fine. If select a different group, it keeps trying to save every time I move off a field. So that’s not going to work.
I made my button call the same event as theirs, basically:
My “onclick” calls theirs:
Here is theirs:
But when I use my button, it jumps straight to an error.
So is Epicor doing something that I can’t see that makes theirs work without error?
[EDIT] To be specific, I get the error only if I select a (different) group above. I think it needs to pass that group info but it’s not able to with my button.